forked from classeur/rethinkdbdash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 785 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
{
"name": "rethinkdbdash",
"version": "2.0.9",
"description": "A Node.js driver for RethinkDB with promises and a connection pool",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --check-leaks --harmony-generators -t 20000"
},
"repository": {
"type": "git",
"url": "git://github.com/neumino/rethinkdbdash"
},
"keywords": [
"rethinkdb",
"driver",
"nodejs"
],
"author": "Michel Tu <[email protected]> (http://justonepixel.com/)",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/neumino/rethinkdbdash/issues"
},
"dependencies":{
"bluebird": ">= 2.0.0"
},
"devDependencies": {
"mocha": ">= 1.20.0",
"dev-null": ">= 0.1.1"
}
}