-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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": "gulp-browserify-angular-seed",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"angular": "~1.2.23",
"angular-ui-router": "~0.2.10"
},
"devDependencies": {
"browser-sync": "~1.5.2",
"browserify": "~5.12.1",
"browserify-shim": "~3.7.0",
"connect-modrewrite": "~0.7.9",
"del": "^0.1.3",
"gulp": "~3.8.8",
"gulp-autoprefixer": "~1.0.1",
"gulp-cache": "~0.2.2",
"gulp-concat": "~2.4.1",
"gulp-cssmin": "~0.1.6",
"gulp-extend": "~0.2.0",
"gulp-imagemin": "~1.0.1",
"gulp-load-plugins": "~0.7.0",
"gulp-minify-html": "~0.1.5",
"gulp-ng-annotate": "~0.3.3",
"gulp-ng-html2js": "~0.1.8",
"gulp-plumber": "~0.6.5",
"gulp-sass": "~1.0.0",
"gulp-size": "~1.1.0",
"gulp-uglify": "~1.0.1",
"gulp-wrap": "~0.3.0",
"gulp-yaml": "~0.2.2",
"lazypipe": "^0.2.2",
"require-dir": "~0.1.0",
"vinyl-source-stream": "~1.0.0"
}
}