forked from heapwolf/levelui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.27 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
51
52
53
54
55
56
57
{
"name": "levelui",
"version": "2.0.1",
"description": "A LevelDB GUI based on atom-shell.",
"main": "index.js",
"scripts": {
"start": "npm run styles && npm run layouts && electron .",
"styles": "node_modules/.bin/stylus ./styles/index.styl -o ./assets/css",
"layouts": "node_modules/.bin/jade ./layouts/index.jade -o ./assets/html"
},
"repository": {
"type": "git",
"url": "https://github.com/hij1nx/levelui.git"
},
"author": "hij1nx",
"license": "MIT",
"bugs": {
"url": "https://github.com/hij1nx/levelui/issues"
},
"keywords": [
"leveldb",
"levelDB",
"level-db",
"levelup",
"level",
"repl",
"database",
"databases",
"nodebase",
"db",
"gui",
"leveldown",
"hyperlevel",
"hyper-level",
"level-hyper",
"hyperdex",
"memdown",
"keyvalue",
"key/value"
],
"homepage": "https://github.com/hij1nx/levelui",
"dependencies": {
"electron-prebuilt": "^0.28.1",
"codemirror": "^4.8.0",
"debounce": "^1.0.0",
"dom-events": "^0.1.1",
"domready": "^1.0.7",
"jade": "^1.7.0",
"level": "~1.0.0",
"level-sublevel": "^6.4.5",
"level-subtree": "^2.0.1",
"multilevel": "^6.0.1",
"rc": "^0.5.4",
"stylus": "^0.49.3",
"xtend": "^4.0.0"
}
}