-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 718 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 718 Bytes
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
{
"name": "rethinkdb-cli",
"version": "0.0.1",
"description": "A CLI and REPL for rethinkdb",
"main": "index.js",
"scripts": {
"start": "node ./bin/cli.js",
"repl": "node ./bin/repl.js",
"faker": "node ./bin/faker.js",
"test": "lab"
},
"author": "",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/athlite/rethinkdb-cli.git"
},
"dependencies": {
"bluebird": "^3.4.0",
"colors": "^1.1.2",
"faker": "^3.0.1",
"hoek": "^4.0.1",
"joi": "^8.4.2",
"lodash": "^4.2.0",
"minimist": "^1.2.0",
"node-getopt": "^0.2.3",
"rethinkdb": "^2.3.2"
},
"devDependencies": {
"code": "^3.0.1",
"lab": "^10.8.2"
}
}