-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "application-name",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"body-parser": "^1.0.2",
"errorhandler": "^1.1.1",
"express": "~4.1.1",
"jade": "~0.31.2",
"method-override": "^1.0.0",
"morgan": "^1.0.0",
"express-mailer": "^0.2.3",
"mongoose": "3.8"
},
"devDependencies": {
"bower": "^1.3.9",
"connect": "^2.15.0",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^0.0.7",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-imagemin": "^0.5.0",
"gulp-jshint": "^1.5.5",
"gulp-ruby-sass": "^0.7.1",
"gulp-requirejs": "^0.1.3",
"gulp-minify-css": "^0.3.4",
"gulp-changed": "^0.4.1",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-util": "^2.2.14",
"jshint-stylish": "^0.2.0",
"gulp-ng-annotate": "^0.3.0",
"gulp-livereload": "~2.1.0",
"gulp-watch": "~0.6.9",
"gulp-bower": "0.0.6",
"gulp-supervisor": "~0.1.2"
}
}