-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 921 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
{
"name": "unipimart",
"version": "0.0.1",
"description": "Eshop to practice secure programming",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fanixk/unipimart.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/fanixk/unipimart/issues"
},
"homepage": "https://github.com/fanixk/unipimart",
"devDependencies": {
"bcrypt": "^0.8.3",
"body-parser": "^1.12.4",
"db-migrate": "^0.9.14",
"express": "^4.12.3",
"express-force-ssl": "^0.2.12",
"express-jwt": "^3.0.0",
"helmet": "^0.9.0",
"isemail": "^1.1.1",
"jsonwebtoken": "^5.0.0",
"lodash": "^3.8.0",
"nodemailer": "^1.3.4",
"pg": "^4.3.0",
"pg-hstore": "^2.3.2",
"sanitizer": "^0.1.2",
"sequelize": "^2.1.3"
}
}