-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 925 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
{
"name": "mockcloud",
"description": "an image to mock out N TritonDC compute nodes",
"version": "2.4.4",
"author": "MNX Cloud (mnx.io)",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/TritonDataCenter/triton-mockcloud.git"
},
"dependencies": {
"cn-agent": "git+https://github.com/TritonDataCenter/sdc-cn-agent.git#v2.14.7",
"net-agent": "git+https://github.com/TritonDataCenter/sdc-net-agent.git#v2.3.4",
"restify": "4.3.0",
"vm-agent": "git+https://github.com/TritonDataCenter/sdc-vm-agent.git#v1.9.1",
"triton-netconfig": "1.1.0",
"watershed": "0.4.0",
"json": "^9.0.6"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-joyent": "~2.0.0",
"eslint-plugin-prettier": "^2.6.0",
"prettier": "^1.11.1"
},
"engines": {
"node": ">=4.x"
},
"license": "MPL-2.0"
}