-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 939 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
31
32
33
34
35
36
37
38
{
"name": "securitytestweb",
"version": "1.0.0",
"description": "Test web site for web penetration test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wishfree/SecurityTestWeb.git"
},
"keywords": [
"security",
"web"
],
"author": "wishfree",
"license": "MIT",
"bugs": {
"url": "https://github.com/wishfree/SecurityTestWeb/issues"
},
"homepage": "https://github.com/wishfree/SecurityTestWeb#readme",
"dependencies": {
"body-parser": "^1.17.0",
"cookie-parser": "^1.4.3",
"express": "^4.16.4",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.1",
"guid": "0.0.12",
"jquery": "^3.1.1",
"jsdom": "^9.11.0",
"multer": "^1.3.0",
"nodemon": "^1.11.0",
"promise": "^7.1.1",
"sqlite3": "^3.1.8",
"underscore": "^1.8.3"
}
}