-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.08 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.08 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
{
"name": "gimmefile",
"private": true,
"scripts": {
"install": "napa",
"start": "supervisor server.js"
},
"dependencies": {
"express": "3.1.0",
"jade": "*",
"stylus": "*",
"mongoose": "~3.8.3",
"crypto": "0.0.3",
"connect-mongo": "~0.4.0",
"passport-local-mongoose": "~0.2.5",
"passport-local": "~0.1.6",
"passport": "~0.1.18",
"mongoose-timestamp": "~0.1.1",
"express-resource": "~1.0.0"
},
"devDependencies": {
"napa": "~0.2.0",
"gulp-livereload": "~0.2.0",
"tiny-lr": "0.0.5",
"gulp-if": "0.0.4",
"gulp-load-tasks": "~0.1.1",
"gulp-uglify": "~0.2.0",
"gulp-open": "~0.2.8",
"gulp-autoprefixer": "0.0.4",
"gulp": "~3.5.2",
"gulp-rimraf": "0.0.8",
"gulp-jshint": "~1.3.4",
"gulp-csso": "~0.2.2",
"gulp-stylus": "0.0.11",
"gulp-imagemin": "~0.1.4",
"gulp-browserify": "~0.3.3",
"gulp-util": "~2.2.12"
},
"napa": {
"angular": "angular/bower-angular",
"angular-route": "angular/bower-angular-route",
"angular-resource": "angular/bower-angular-resource"
}
}