forked from coltaemanuela/Sequelize-Models
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 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
{
"name": "admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"body-parser": "^1.17.0",
"connect": "^3.6.0",
"ejs": "^2.5.6",
"express": "^4.14.1",
"express-session": "^1.15.1",
"fs": "0.0.1-security",
"http": "0.0.0",
"multer": "^1.3.0",
"mysql": "^2.13.0",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-session": "^1.0.2",
"path": "^0.12.7",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"sendgrid": "^4.7.1",
"sequelize": "^3.30.2",
"sequelize-authentication": "^0.3.0",
"sequelize-cli": "^2.5.1",
"sequelize-file": "^0.1.5",
"util": "^0.10.3"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}