This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
_package.json
48 lines (48 loc) · 1.84 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
46
47
48
{
"private": "true",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall": "npm install [email protected] gulp-header"
},
"devDependencies": {
"browserify-shim": "^3.6.0"<% if (includeCoffeeScript) { %>,
"coffeeify": "^0.7.0"<% } %>,
"connect": "^2.24.2",
"gulp": "^3.8.0",
"gulp-angular-templatecache": "^1.2.1",
"gulp-autoprefixer": "0.0.8"<% if (includeCoffeeScript) { %>,
"gulp-coffeelint": "^0.3.3"<% } %>,
"gulp-csso": "^0.2.9",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^0.6.1"<% if (includeJade) { %>,
"gulp-jade": "^0.5.0"<% } if (includeJavaScript) { %>,
"gulp-jshint": "^1.6.2"<% } if (includeLess) { %>,
"gulp-less": "^1.3.3"<% } %>,
"gulp-livereload": "^2.1.0",
"gulp-minify-html": "^0.1.4",
"gulp-ng-annotate": "^0.1.1",
"gulp-replace": "^0.4.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.0"<% if (includeSass) { %>,
"gulp-ruby-sass": "^1.0.0-alpha"<% } if (includeLess || includeSass) { %>,
"gulp-sourcemaps": "^1.1.0"<% } if (includeTypeScript) { %>,
"gulp-tslint": "^1.3.0"<% } %>,
"gulp-uglify": "^0.3.0",
"gulp-watch": "^0.6.9"<% if (includeJavaScript) { %>,
"jshint-stylish": "^0.2.0"<% } %>,
"run-sequence": "^0.3.6"<% if (includeTypeScript) { %>,
"typescriptifier": "^1.0.0"<% } %>,
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.2",
"yargs": "^1.2.2"
},
"browser": {
"angular": "./bower_components/angular/angular.min.js"<% if (includeUIBootstrap) { %>,
"angular-ui-bootstrap": "./bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js"<% } if (includeUIRouter) { %>,
"angular-ui-router": "./bower_components/angular-ui-router/release/angular-ui-router.min.js"<% } else { %>,
"angular-route": "./bower_components/angular-route/angular-route.min.js"<% } %>
},
"browserify-shim": {}
}