-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
47 lines (47 loc) · 1.12 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
41
42
43
44
45
46
47
{
"name": "flat-rocks",
"description": "A Node.js RocksDB binding for LevelUP",
"version": "1.0.0",
"author": "John Manero <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/jmanero/flat-rocks.git"
},
"homepage": "https://github.com/jmanero/flat-rocks",
"keywords": [
"rocksdb",
"leveldown",
"levelup",
"level"
],
"main": "flat-rocks.js",
"dependencies": {
"abstract-leveldown": "~2.4.0",
"bindings": "~1.2.1",
"fast-future": "~1.0.0",
"nan": "~2.2.0",
"prebuild": "^3.0.0"
},
"devDependencies": {
"async": "~1.5.0",
"delayed": "~1.0.1",
"du": "~0.1.0",
"faucet": "0.0.1",
"mkfiletree": "~1.0.1",
"monotonic-timestamp": "~0.0.8",
"node-uuid": "~1.4.3",
"optimist": "~0.6.1",
"readfiletree": "~0.0.1",
"rimraf": "~2.5.0",
"slump": "~2.0.0",
"tape": "~4.3.0"
},
"scripts": {
"install": "prebuild --install",
"test": "tape test/*-test.js | faucet",
"rebuild": "prebuild --compile",
"prebuild": "prebuild --all --strip --verbose"
},
"license": "MIT",
"gypfile": true
}