-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 887 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
{
"name": "rethinkdbdash-unstable",
"version": "1.12.5",
"description": "A Node.js driver for RethinkDB with promises and a connection pool",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha --harmony-generators -t 20000"
},
"repository": {
"type": "git",
"url": "git://github.com/neumino/rethinkdbdash"
},
"keywords": [
"rethinkdb",
"driver",
"nodejs"
],
"author": "Michel Tu <orphee@gmail.com> (http://justonepixel.com/)",
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/neumino/rethinkdbdash/issues"
},
"engines": {
"node": ">= 0.11.9"
},
"dependencies": {
"node-protobuf": "git://github.com/atnnn/node-protobuf.git",
"bluebird": ">= 1.0.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"mocha": ">= 1.11.0"
}
}