-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
59 lines (59 loc) · 1.53 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "moray-server",
"description": "Triton H/A Key/Value store",
"version": "2.6.1",
"author": "MNX Cloud (mnx.io)",
"private": true,
"main": "lib/index.js",
"dependencies": {
"ajv": "4.11.4",
"artedi": "2.0.0",
"assert-plus": "1.0.0",
"bunyan": "1.8.10",
"bunyan-syslog": "~0.3.2",
"clone": "0.1.11",
"crc": "0.2.1",
"cueball": "~2.7.1",
"dtrace-provider": "~0.8",
"deep-equal": "0.0.0",
"exeunt": "^1.1.1",
"fast": "3.1.3",
"forkexec": "^1.1.0",
"ip6addr": "0.2.2",
"jsprim": "1.4.0",
"kang": "1.2.0",
"macaddr": "0.0.1",
"moray-filter": "1.0.0",
"libuuid": "0.2.1",
"lru-cache": "2.5.0",
"node-manatee": "git+https://github.com/TritonDataCenter/node-manatee.git#262828a8",
"moray": "3.8.1",
"microtime": "2.1.6",
"once": "1.3.0",
"pg": "6.2.4",
"pg-parse-float": "0.0.1",
"posix-getopt": "1.2.0",
"vasync": "1.6.4",
"restify": "5.2.0",
"verror": "1.9.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-plugin-joyent": "~2.1.0"
},
"sdcDependencies": {
"config-agent": ">=1.2.0"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"scripts": {
"test": "make test"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "[email protected]:TritonDataCenter/moray.git"
}
}