forked from holidayextras/node-zabbix-sender
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 968 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"author" : "Felix Geisendörfer <[email protected]> (http://debuggable.com/)",
"name" : "zabbix-sender",
"description" : "A zabbix_sender wrapper.",
"version" : "0.2.0",
"contributors" : [
"Dan Jenkins <[email protected]>",
"Pascal Pflaum <[email protected]>",
"Mark Terry <[email protected]>"
],
"repository" : {
"type" : "git",
"url" : "git://github.com/holidayextras/node-zabbix-sender.git"
},
"main" : "./index",
"scripts" : {
"test" : "grunt unit"
},
"engines" : {
"node" : "*"
},
"dependencies" : {},
"devDependencies" : {
"chai" : "1.9.2",
"grunt" : "^0.4.5",
"grunt-cli" : "^0.1.13",
"grunt-contrib-clean" : "^0.6.0",
"grunt-contrib-jshint" : "^0.10.0",
"grunt-jscoverage" : "^0.1.3",
"grunt-mocha-test" : "^0.12.1",
"mocha" : "^1.21.5",
"proxyquire" : "1.0.1",
"sinon" : "1.10.3",
"sinon-chai" : "2.5.0"
},
"keywords" : [
"zabbix",
"zabbix_sender"
]
}