-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 746 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 746 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
{
"name": "livedb-rethinkdb",
"version": "0.0.5",
"description": "RethinkDB database adapter for livedb",
"main": "rethinkdb.js",
"scripts": {
"test": "mocha --require coffee-script/register --compilers coffee:coffee-script/register --reporter spec --check-leaks test.coffee"
},
"author": "thejsj",
"license": "MIT",
"dependencies": {
"async": "^0.9.0",
"livedb": "^0.5.9",
"lodash": "^3.6.0",
"q": "^1.2.0",
"rethinkdbdash": "git+https://github.com/thejsj/rethinkdbdash.git#25782934a11c6c1c0fdfdcc8cc27773f3f2a4427"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"protolog": "0.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/thejsj/livedb-rethinkdb"
}
}