forked from internalfx/thinker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 960 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.5.3",
"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.31",
"verbalize": "0.2.0"
},
"devDependencies": {},
"standard": {
"ignore": [
"/lib/hash.js"
]
}
}