-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "hackslash",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SEGUC17/hackslash.git"
},
"author": "hackslash",
"license": "ISC",
"bugs": {
"url": "https://github.com/SEGUC17/hackslash/issues"
},
"homepage": "https://github.com/SEGUC17/hackslash#readme",
"dependencies": {
"angular-cookies": "^1.6.4",
"bcrypt": "^1.0.2",
"body-parser": "^1.17.1",
"email-verification": "^0.4.6",
"express": "^4.15.2",
"express-flash": "0.0.2",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.9.2",
"mongoose-auto-increment": "^5.0.1",
"mongoose-double": "0.0.1",
"multer": "^1.3.0",
"nodemailer": "^3.1.8",
"nodemailer-sendgrid-transport": "^0.2.0",
"path": "^0.12.7",
"pug": "^2.0.0-beta.12",
"sendgrid": "^5.0.0",
"strip": "^3.0.0",
"stripe": "^4.18.0"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}