-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.3 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
{
"name": "wedevelop.mx",
"version": "1.0.0",
"description": "NodeJS portal starter project",
"author": "Cristian Colorado <cristian@wedevelop.mx>",
"private": true,
"scripts": {
"start": "node ./bin/www -o"
},
"main": "./bin/www",
"repository": {
"type": "git",
"url": "https://github.com/wedevelopmx/nodestarter.git"
},
"dependencies": {
"body-parser": "~1.13.2",
"braintree": "^1.39.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.0.0",
"express-session": "~1.0.0",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"sequelize": "^3.23.1",
"sequelize-cli": "^2.4.0",
"serve-favicon": "~2.3.0",
"sqlite3": "^3.1.3"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-assemble": "^0.4.0",
"grunt-bump": "0.0.15",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-sass": "^1.0.0",
"grunt-usemin": "^3.1.1",
"http-server": "^0.6.1"
}
}