-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
60 lines (60 loc) · 1.74 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
60
{
"author": "Yunong Xiao <[email protected]>",
"name": "manatee",
"version": "2.1.1",
"private": true,
"homepage": "seacow.io",
"description": "H/A Postgres Minder",
"repository": {
"type": "git",
"url": "https://github.com/joyent/manatee.git"
},
"main": "client/manatee.js",
"directories": {
"lib": "./lib",
"bin": "./bin",
"man": "./man/man1"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"assert-plus": "1.0.0",
"backoff": "1.2.0",
"bignum": "0.6.2",
"bunyan": "0.22.1",
"cmdln": "3.2.0",
"extsprintf": "1.3.0",
"iniparser": "1.0.5",
"forkexec": "1.1.0",
"jsprim": "2.0.0",
"manatee-state-machine": "git+https://github.com/joyent/manatee-state-machine.git#ff78e7596746ba8ff6b75784270c71ddaac008c9",
"manta": "1.2.6",
"node-uuid": "1.4.1",
"joyent-zookeeper-client": "0.2.3",
"once": "1.3.0",
"pg": "3.0.3",
"pg-lsn": "1.0.0",
"posix": "1.0.3",
"posix-getopt": "1.0.0",
"progbar": "0.1.0",
"prompt": "0.2.13",
"restify": "2.6.1",
"tab": "0.1.0",
"vasync": "2.2.0",
"verror": "1.10.0",
"xtend": "1.0.3"
},
"devDependencies": {
"byline": "4.1.1",
"nodeunit": "git+https://github.com/yunong/nodeunit.git#4b1bf5e52941b72cf619a246f87b261da95a1231",
"node-manatee": "git+https://github.com/joyent/node-manatee#262828a805463b169916dfb0d725d28dbf40f882",
"shelljs": "0.0.5pre4",
"tap": "0.4.8"
},
"scripts": {
"pretest": "./lint.sh",
"test": "cd ./test && ./integ-test.sh"
},
"license": "MPL-2.0"
}