-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.05 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
39
40
{
"name": "waferlock",
"version": "1.0.3",
"description": "In-zone firewall control agent for manatee zones",
"main": "server.js",
"scripts": {
"test": "tape test/*.test.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TritonDataCenter/waferlock.git"
},
"author": "MNX Cloud (mnx.io)",
"private": true,
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/TritonDataCenter/waferlock/issues"
},
"homepage": "https://github.com/TritonDataCenter/waferlock#readme",
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "^1.8.12",
"cueball": "git+https://github.com/TritonDataCenter/node-cueball.git#v2.10.3",
"forkexec": "^1.1.0",
"ipaddr.js": "^1.7.0",
"lstream": "0.0.4",
"mooremachine": "^2.2.1",
"restify-clients": "2.2.0",
"vasync": "^2.2.0",
"verror": "^1.10.0",
"zkstream": "^0.11.2"
},
"devDependencies": {
"eslint": "4.19.1",
"eslint-plugin-joyent": "~2.0.0",
"esquery": "1.1.0",
"tape": "^4.9.1"
}
}