-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 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
50
51
52
53
{
"name": "conscious-life",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.13.3",
"cookie-parser": "~1.3.5",
"debug": "^2.2.0",
"express": "^4.13.1",
"express-hbs": "^0.8.4",
"hbs": "^3.1.1",
"method-override": "^2.3.5",
"mongoose": "^4.1.5",
"morgan": "~1.6.1",
"node-compass": "0.2.3",
"passport": "^0.3.0",
"passport-local": "^1.0.0",
"scrypt": "^5.1.0",
"serve-favicon": "~2.3.0",
"vulcanize": "^1.10.4"
},
"devDependencies": {
"browser-sync": "^2.9.8",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "^5.2.1",
"gulp-changed": "^1.3.0",
"gulp-compass": "^2.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-install": "^0.5.0",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.2.1",
"gulp-jshint": "^1.11.2",
"gulp-load-plugins": "^0.10.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.0",
"gulp-scss-lint-stylish": "^0.1.3",
"gulp-size": "^2.0.0",
"gulp-uglify": "^1.4.1",
"gulp-vulcanize": "^6.0.1",
"jshint-stylish": "^2.0.0",
"merge-stream": "^1.0.0",
"polybuild": "^1.0.5",
"run-sequence": "^1.1.4"
}
}