forked from nlf/riakdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.21 KB
/
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
39
40
{
"name": "riakdown",
"version": "1.2.5",
"description": "A LevelDOWN compatible riak adapter",
"main": "index.js",
"scripts": {
"test": "node test",
"test-pouchdb-server": "SERVER_ARGS='--level-backend ../../.. --level-prefix riak://localhost:8087/' ./test-pouchdb.sh",
"test-pouchdb-client": "LEVEL_ADAPTER=../../.. LEVEL_PREFIX=riak://localhost:8087/ ./test-pouchdb.sh",
"test-pouchdb-both": "LEVEL_ADAPTER=../../.. LEVEL_PREFIX=riak://localhost:8087/ SERVER_ARGS='--level-backend ../../.. --level-prefix riak://localhost:8087/' ./test-pouchdb.sh"
},
"repository": {
"type": "git",
"url": "git://github.com/nlf/riakdown.git"
},
"keywords": [
"level",
"leveldb",
"leveldown",
"levelup",
"riak"
],
"author": "Nathan LaFreniere <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nlf/riakdown/issues"
},
"homepage": "https://github.com/nlf/riakdown",
"devDependencies": {
"pouchdb": "git://github.com/pouchdb/pouchdb#2415",
"pouchdb-server": "^0.4.0",
"precommit-hook": "^1.0.0",
"tape": "^2.12.3"
},
"dependencies": {
"abstract-leveldown": "^0.12.0",
"async": "^0.7.0",
"riakpbc": "^1.4.1"
}
}