forked from mindedsecurity/JStillery
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 859 Bytes
/
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
{
"name": "JStillery_Server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"body-parser": "^1.12.4",
"browserify": "^16.2.3",
"cheerio": "^1.0.0-rc.2",
"compression": "^1.4.4",
"escodegen": "",
"esmangle": "",
"esprima": "",
"express": "^4.12.4"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.0"
},
"scripts": {
"test": "mocha tests/tests.js",
"build_server": "rsync -rv html/ build_html; browserify standalone/browserify.js > ./build_html/static/js/jstiller.browser.js",
"start_server": "cd server;npm start",
"cli": "./jstillery_cli.js \"$@\"",
"start": "npm run start_server"
},
"author": "Stefano Di Paola <[email protected]> (http://www.mindedsecurity.com)",
"company": "Minded Security",
"license": "ISC"
}