-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 927 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
{
"name": "business-casual",
"version": "1.0.0",
"description": "Vulnerable Application Made for AppSec USA 2017",
"main": "index.js",
"scripts": {
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dejanzelic/business-casual.git"
},
"author": "Dejan Zelic",
"license": "ISC",
"bugs": {
"url": "https://github.com/dejanzelic/business-casual/issues"
},
"homepage": "https://github.com/dejanzelic/business-casual#readme",
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"express-recaptcha": "^2.3.0",
"express-session": "^1.15.6",
"get-urls": "^7.0.0",
"morgan": "~1.8.1",
"puppeteer": "^0.10.2",
"request": "^2.81.0",
"sanitize-filename": "^1.6.1",
"serve-favicon": "~2.4.2",
"svg-captcha": "^1.3.11"
}
}