-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.37 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.37 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
45
46
47
48
49
50
{
"name": "doggerjs-frontend",
"version": "0.0.1",
"description": "A complete structure to start a frontend project using AngularJS, Bower and GulpJS.",
"scripts": {
"test": "./node_modules/gulp/bin/gulp.js test",
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "git@github.com:hashdog/doggerjs-frontend.git"
},
"engines": {
"node": "0.12.x"
},
"author": "Mario Colque <mario@hashdog.io>",
"license": "MIT",
"dependencies": {
"bower": "^1.4.1",
"gulp": "^3.9.0"
},
"devDependencies": {
"del": "^1.2.0",
"express": "^4.12.4",
"gulp-angular-htmlify": "^2.3.0",
"gulp-angular-templatecache": "^1.6.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-csso": "^1.0.0",
"gulp-filter": "^2.0.2",
"gulp-flatten": "0.0.4",
"gulp-imagemin": "^2.2.1",
"gulp-jshint": "^1.11.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.1.6",
"gulp-minify-html": "^1.0.3",
"gulp-newer": "^0.5.0",
"gulp-ng-annotate": "^1.0.0",
"gulp-replace": "^0.5.3",
"gulp-rev": "^4.0.0",
"gulp-rev-replace": "^0.4.1",
"gulp-sass": "^2.0.1",
"gulp-size": "^1.2.1",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"jshint-stylish": "^2.0.0",
"main-bower-files": "^2.8.0",
"require-dir": "^0.3.0",
"serve-static": "^1.9.3"
}
}