-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
76 lines (76 loc) · 1.99 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "redis-explorer",
"version": "0.0.6",
"description": "A GUI for Redis",
"main": "browser.js",
"repository": {
"type": "git",
"url": "git://github.com/cpsubrian/redis-explorer.git"
},
"homepage": "https://github.com/cpsubrian/redis-explorer",
"keywords": [
"redis"
],
"author": "Brian Link <[email protected]>",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"bugs": {
"url": "https://github.com/cpsubrian/redis-explorer/issues"
},
"scripts": {
"test": "echo 'No Tests'"
},
"standard": {
"parser": "babel-eslint"
},
"dependencies": {
"alt": "^0.17.1",
"autobind-decorator": "^1.2.0",
"babel": "^5.6.7",
"highlight.js": "^8.6.0",
"immutable": "^3.7.4",
"material-ui": "^0.9.1",
"mkdirp": "^0.5.1",
"pure-render-decorator": "^0.1.0",
"react": "^0.13.3",
"react-hotkeys": "^0.3.3",
"react-immutable-proptypes": "^1.0.0",
"react-router": "^0.13.3",
"react-tap-event-plugin": "^0.1.7",
"redis": "^0.12.1",
"redis-info": "^3.0.6",
"ssh-config": "^0.1.0",
"tunnel-ssh": "^1.0.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel": "^5.5.8",
"babel-eslint": "^3.1.19",
"electron-prebuilt": "^0.29.2",
"grunt": "^0.4.5",
"grunt-babel": "^5.0.1",
"grunt-chmod": "^1.0.3",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-watch-chokidar": "^1.0.0",
"grunt-download-electron": "^2.1.1",
"grunt-electron": "^2.0.0",
"grunt-electron-installer": "^0.33.0",
"grunt-if-missing": "^1.0.0",
"grunt-newer": "^1.1.1",
"grunt-rcedit": "^0.3.1",
"grunt-rename": "^0.1.4",
"grunt-shell-spawn": "^0.3.8",
"load-grunt-tasks": "^3.2.0",
"material-design-icons": "^2.0.0",
"shell-escape": "^0.2.0",
"source-map-support": "^0.3.1",
"standard": "^4.3.3"
}
}