forked from reswitched/pegaswitch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "pegaswitch",
"version": "1.0.0",
"description": "",
"main": "start.js",
"scripts": {
"start": "node start.js",
"test": "echo \"Error: no test specified\" && exit 1",
"docs:generate": "documentation build -f html -o docs ./exploit/**.js",
"docs:serve": "documentation serve ./exploit/**.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reswitched/Pegaswitch.git"
},
"author": "ReSwitched Team",
"license": "ISC",
"bugs": {
"url": "https://github.com/reswitched/Pegaswitch/issues"
},
"homepage": "https://github.com/reswitched/Pegaswitch#readme",
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^4.7.5",
"body-parser": "^1.17.1",
"browserify": "^14.1.0",
"colors": "^1.1.2",
"dnsd": "^0.9.6",
"exorcist": "^0.4.0",
"express": "^4.15.2",
"ip": "^1.1.5",
"mkdirp": "^0.5.1",
"pty.js": "^0.3.1",
"repl.history": "^0.1.4",
"reserved-words": "^0.1.1",
"source-map": "^0.5.6",
"string-argv": "0.0.2",
"term.js": "0.0.7",
"ws": "^2.2.0",
"yargs": "^7.0.2"
},
"devDependencies": {
"documentation": "^5.3.2",
"eslint": "^4.6.1"
}
}