forked from deepstreamIO/deepstream.io-storage-rethinkdb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 923 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
{
"name": "deepstream.io-storage-rethinkdb",
"version": "1.0.2",
"description": "Connects deepstream.io to rethinkdb",
"main": "src/connector.js",
"scripts": {
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha",
"lint": "eslint \"src/**/*.js\" \"test/**/*.js\"",
"ci": "npm run coverage && npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/deepstreamIO/deepstream.io-storage-rethinkdb.git"
},
"author": "deepstreamHub GmbH",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/deepstreamIO/deepstream.io-storage-rethinkdb/issues"
},
"homepage": "http://deepstream.io",
"dependencies": {
"rethinkdb": "2.3.1"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"eslint": "^2.11.1",
"eslint-config-airbnb": "^3.1.0",
"istanbul": "^0.4.3",
"mocha": "^2.5.2"
}
}