-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
46 lines (46 loc) · 971 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "thinker",
"description": "A RethinkDB management tool",
"version": "0.9.0",
"homepage": "https://github.com/internalfx/thinker",
"author": "InternalFX",
"repository": {
"type": "git",
"url": "git+https://github.com/internalfx/thinker.git"
},
"bugs": {
"url": "https://github.com/internalfx/thinker/issues"
},
"license": "ISC",
"keywords": [
"cli",
"command line"
],
"preferGlobal": true,
"bin": {
"thinker": "./bin/thinker"
},
"main": "index.js",
"scripts": {
"test": "echo 'no tests yet'"
},
"dependencies": {
"bluebird": "^3.4.1",
"co": "^4.6.0",
"co-parallel": "^1.0.0",
"colors": "^1.1.2",
"inquirer": "^1.1.2",
"lodash": "^4.14.0",
"minimist": "^1.2.0",
"moment": "^2.14.1",
"require-all": "^2.0.0",
"rethinkdbdash": "^2.3.19",
"verbalize": "^0.2.0"
},
"devDependencies": {},
"standard": {
"ignore": [
"/lib/hash.js"
]
}
}