-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 840 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
{
"name": "livedb-rethink",
"version": "0.0.2",
"description": "RethinkDB database adapter for Livedb",
"main": "index.js",
"dependencies": {
"assert": "~1.3.0",
"async": "~0.2.9",
"rethinkdb": "~1.16.2"
},
"devDependencies": {
"coffee-script": "^1.8.0",
"livedb": ">=0.5.7 ",
"mocha": ">=2.2.1",
"should": "^4.3.0",
"sinon": "^1.12.1"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register"
},
"repository": {
"type": "git",
"url": "git://github.com/macneib/livedb-rethink.git"
},
"author": "Blair MacNeil and Simon Clampitt",
"license": "MIT",
"bugs": {
"url": "https://github.com/macneib/livedb-rethink/issues"
},
"homepage": "https://github.com/macneib/livedb-rethink",
"keywords": [
"sharejs",
"livedb",
"rethinkdb"
]
}