-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
38 lines (38 loc) · 1.02 KB
/
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
{
"name": "firewaller",
"description": "Triton Data Center firewalling agent",
"version": "1.6.3",
"author": "Triton DataCenter (tritondatacenter.com)",
"private": true,
"dependencies": {
"assert-plus": "1.0.0",
"backoff": "2.3.0",
"bunyan": "1.8.12",
"clone": "1.0.2",
"cueball": "2.10.0",
"fast-messages": "2.0.0",
"fs-ext": "2.0.0",
"fw": "./deps/fw",
"jsprim": "2.0.0",
"restify": "4.3.4",
"sdc-clients": "13.0.1",
"triton-netconfig": "1.3.0",
"uuid": "3.0.1",
"vasync": "1.6.3",
"verror": "1.10.0"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-joyent": "~2.0.0",
"once": "1.3.0",
"ldap-filter": "0.3.3",
"mockery": "1.4.0",
"nodeunit": "0.9.1"
},
"scripts": {
"test": "./test.sh",
"postinstall": "./npm/postinstall.sh",
"postuninstall": "./npm/postuninstall.sh"
},
"license": "MPL-2.0"
}