-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.05 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
{
"name": "zokor",
"version": "2.0.15",
"description": "A tool for remotely debugging and testing your WebAPP",
"main": "index.js",
"scripts": {
"start": "node index 8080"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiberJe/zokor.git"
},
"keywords": [
"proxy",
"zokor",
"vorlon",
"mole-proxy",
"remotely",
"debug"
],
"author": "JeLewine",
"license": "ISC",
"bugs": {
"url": "https://github.com/LiberJe/zokor/issues"
},
"homepage": "https://github.com/LiberJe/zokor#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-preset-latest": "^6.24.1",
"babel-register": "^6.26.0",
"lowdb": "^1.0.0",
"mole-proxy": "^1.0.13",
"opn": "^5.1.0",
"qrcode": "^0.9.0",
"serve": "^6.2.0",
"vorlon": "^0.5.5",
"antd": "^2.13.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-json-pretty": "^1.7.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13"
},
"bin": {
"zokor": "bin/index"
},
"devDependencies": {}
}