forked from Level/packager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.64 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
48
49
50
{
"name": "level-packager",
"description": "LevelUP package helper for distributing with a LevelDOWN-compatible back-end",
"version": "2.0.0-rc3",
"contributors": [
"Rod Vagg <[email protected]> (https://github.com/rvagg)",
"John Chesley <[email protected]> (https://github.com/chesles/)",
"Jake Verbaten <[email protected]> (https://github.com/raynos)",
"Dominic Tarr <[email protected]> (https://github.com/dominictarr)",
"Max Ogden <[email protected]> (https://github.com/maxogden)",
"Lars-Magnus Skog <[email protected]> (https://github.com/ralphtheninja)",
"David Björklund <[email protected]> (https://github.com/kesla)",
"Julian Gruber <[email protected]> (https://github.com/juliangruber)",
"Paolo Fragomeni <[email protected]> (https://github.com/hij1nx)",
"Anton Whalley <[email protected]> (https://github.com/No9)",
"Matteo Collina <[email protected]> (https://github.com/mcollina)",
"Pedro Teixeira <[email protected]> (https://github.com/pgte)",
"James Halliday <[email protected]> (https://github.com/substack)"
],
"repository": {
"type": "git",
"url": "https://github.com/Level/packager.git"
},
"scripts": {
"test": "node test.js"
},
"homepage": "https://github.com/Level/packager",
"keywords": [
"leveldb",
"stream",
"database",
"db",
"store",
"storage",
"json"
],
"main": "level-packager.js",
"dependencies": {
"encoding-down": "~2.3.0",
"levelup": "2.0.0-rc3"
},
"license": "MIT",
"devDependencies": {
"leveldown": "^1.8.0",
"tape": "^4.0.0"
},
"engines": {
"node": ">=6.0.0"
}
}