-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 959 Bytes
/
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
{
"name": "health-around-me",
"version": "0.1.0",
"description": "Frontend code for healtharound.me",
"main": "gulpfile.js",
"scripts": {
"postinstall": "bower install && gulp build",
"start": "gulp",
"build": "gulp build"
},
"keywords": [],
"author": "",
"dependencies": {},
"devDependencies": {
"gulp-filesize": "0.0.6",
"gulp-minify-css": "^0.3.4",
"gulp-rename": "~0.2.1",
"gulp-uglify": "~0.1.0",
"gulp-util": "~2.2.9",
"gulp-stylus": "0.0.9",
"tiny-lr": "0.0.5",
"gulp-livereload": "^1.5.0",
"bower": "~1.2.8",
"gulp-autoprefixer": "0.0.6",
"gulp": "~3.6.0",
"ecstatic": "~0.5.1",
"gulp-gh-pages": "^0.3.2",
"coffee-script": "~1.7.1",
"gulp-ng-classify": "^1.0.0",
"gulp-load-plugins": "^0.5.1",
"gulp-tap": "^0.1.1",
"gulp-coffee": "^1.4.3",
"gulp-concat": "^2.2.0",
"gulp-angular-templatecache": "^1.1.3",
"gulp-order": "^1.0.6"
}
}