-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.22 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
47
48
49
50
{
"name": "code",
"version": "1.0.0",
"description": "An app to automate security testing of your application",
"main": "main.js",
"engines": {
"node": "8.4.0"
},
"scripts": {
"start:dev": "nodemon ./bin/www",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/goeltanmay/SecurityBot.git"
},
"author": "Tanmay Goel",
"license": "ISC",
"bugs": {
"url": "https://github.com/goeltanmay/SecurityBot/issues"
},
"homepage": "https://github.com/goeltanmay/SecurityBot#readme",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"commander": "^2.11.0",
"content-disposition": "^0.5.2",
"express": "^4.16.1",
"forever": "^0.15.3",
"github": "^11.0.0",
"jsonwebtoken": "^8.1.0",
"markdown": "^0.5.0",
"mocha": "^4.0.1",
"morgan": "^1.9.0",
"mysql": "^2.14.1",
"mysql2": "^1.4.2",
"nodemailer": "^4.3.0",
"parse-link-header": "^1.0.1",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"selenium-webdriver": "^3.6.0",
"sequelize": "^4.13.1",
"sequelize-cli": "^3.0.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}