-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1003 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1003 Bytes
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
{
"name": "ss-node-test",
"version": "1.0.0",
"description": "shadowsocks available tesing tool based on gui-config.json",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node ./index.js ./gui-config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/istobran/ss-node-test.git"
},
"author": "BangZ",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/istobran/ss-node-test/issues"
},
"homepage": "https://github.com/istobran/ss-node-test#readme",
"babel": {
"presets": [
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
},
"dependencies": {
"cli-table2": "^0.2.0",
"gauge": "^2.7.3",
"jsonfile": "^2.4.0",
"tcp-ping": "^0.1.1"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.23.1",
"babel-preset-env": "^1.1.11",
"dot": "^1.1.1"
}
}