-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "angular-jan2015",
"version": "0.0.0",
"description": "Nancy, Gulp, Bower and AngularJS learnings\r ==========================================",
"main": "gulpfile.js",
"dependencies": {
"gulp": "~3.8.10",
"gulp-load-plugins": "~0.8.0"
},
"devDependencies": {
"bower": "~1.3.12",
"chalk": "~0.5.1",
"connect": "~3.3.4",
"dateformat": "~1.0.11",
"del": "~1.1.1",
"gulp": "~3.8.10",
"gulp-bytediff": "~0.2.0",
"gulp-cache": "^0.2.4",
"gulp-concat": "~2.4.3",
"gulp-filter": "~2.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.1.0",
"gulp-inject": "~1.1.1",
"gulp-load-utils": "0.0.4",
"gulp-minify-css": "~0.4.3",
"gulp-notify": "~2.2.0",
"gulp-rev": "^3.0.0",
"gulp-rev-replace": "^0.3.3",
"gulp-uglify": "~1.1.0",
"gulp-useref": "^1.1.1",
"serve-static": "~1.8.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/bendetat/nancy-gulp-bower-angular-learnings.git"
},
"author": "",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/bendetat/nancy-gulp-bower-angular-learnings/issues"
}
}