-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"name": "remoteredux-standalone",
"version": "1.4.0",
"description": "A standalone monitor, debugging redux even without internet.",
"main": "index.js",
"bin": {
"remoteredux": "bin/remoteredux.js"
},
"repository": {
"type": "git",
"url": "https://github.com/TyrealGray/remoteredux-standalone.git"
},
"keywords": [
"devtools",
"remotedev"
],
"author": "Tyreal Gray <[email protected]> (https://github.com/tyrealgray)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TyrealGray/remoteredux-standalone/issues"
},
"homepage": "https://github.com/TyrealGray/remoteredux-standalone",
"dependencies": {
"body-parser": "^1.15.0",
"chalk": "^1.1.3",
"cors": "^2.7.1",
"cross-spawn": "^6.0.5",
"ejs": "^2.4.1",
"electron": "9.4.0",
"express": "^4.13.3",
"getport": "^0.1.0",
"js-data": "^2.9.0",
"lodash": "^4.15.0",
"minimist": "^1.2.0",
"object-assign": "^4.0.0",
"repeat-string": "^1.5.4",
"request": "^2.88.2",
"semver": "^5.3.0",
"socketcluster": "^8.0.0",
"uuid": "^3.2.1"
}
}