-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.39 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.39 KB
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
51
52
53
54
55
56
{
"name": "sequelize-express-example",
"version": "1.0.0",
"description": "sequelize-express-example project using node.js, express, sequelize and postgress-sql db",
"main": "gruntfile.js",
"scripts": {
"start": "grunt"
},
"keywords": [
"node.js",
"express",
"sequelize",
"postgress",
"sequelize-auto"
],
"author": "shaishab.cse@gmail.com",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.5.0",
"body-parser": "~1.17.1",
"compression": "^1.7.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "~4.15.2",
"express-validator": "^3.2.1",
"express-winston": "^2.4.0",
"flat": "^4.0.0",
"grund": "^1.0.7",
"grunt": "^1.0.1",
"jwt-simple": "^0.5.1",
"load-grunt-tasks": "^3.5.2",
"lodash": "^4.17.4",
"morgan": "~1.8.1",
"node-monitor": "^0.3.11",
"pg": "6.4.1",
"pg-hstore": "^2.3.2",
"sequelize": "^4.3.2",
"sequelize-auto": "^0.4.28",
"sequelize-cli": "^2.7.0",
"serve-favicon": "~2.4.2",
"util": "^0.10.3",
"winston": "^2.3.1",
"winston-loggly": "^1.3.1"
},
"devDependencies": {
"grunt-concurrent": "^2.3.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-node-inspector": "^1.0.0",
"grunt-nodemon": "^0.4.2"
}
}