|
65 | 65 | "gulp-uglify": "^1.2.0", |
66 | 66 | "gulp-useref": "^1.2.0", |
67 | 67 | "gulp-util": "^3.0.5", |
68 | | - "gulp-watch": "^4.2.4", |
69 | | - "utile": "~0.3.0", |
70 | | - "nodemon": "^1.3.7", |
71 | | - "run-sequence": "^1.1.0", |
72 | | - "lazypipe": "^0.2.4", |
73 | | - "wiredep": "^2.2.2",<% if(filters.jade) { %> |
| 68 | + "gulp-watch": "^4.2.4",<% if(filters.jade) { %> |
74 | 69 | "gulp-jade": "^1.0.1",<% } if(filters.stylus) { %> |
75 | 70 | "gulp-stylus": "^2.0.4", |
76 | 71 | "gulp-stylint": "^1.1.3", |
|
80 | 75 | "gulp-less": "^3.0.3", |
81 | 76 | "gulp-recess": "^1.1.2",<% } if(filters.coffee) { %> |
82 | 77 | "gulp-coffeelint": "^0.5.0", |
83 | | - "gulp-coffee": "^2.3.1",<% }} if(filters.grunt) { %> |
| 78 | + "gulp-coffee": "^2.3.1",<% } %> |
| 79 | + "utile": "~0.3.0", |
| 80 | + "nodemon": "^1.3.7", |
| 81 | + "run-sequence": "^1.1.0", |
| 82 | + "lazypipe": "^0.2.4", |
| 83 | + "wiredep": "^2.2.2",<% } if(filters.grunt) { %> |
84 | 84 | "grunt": "~0.4.5", |
85 | 85 | "grunt-wiredep": "^2.0.0", |
86 | 86 | "grunt-concurrent": "^2.0.1", |
|
113 | 113 | "grunt-build-control": "^0.6.0",<% if(filters.sass) { %> |
114 | 114 | "grunt-contrib-sass": "^0.9.0",<% } %><% if(filters.stylus) { %> |
115 | 115 | "grunt-contrib-stylus": "latest",<% } %> |
116 | | - "jit-grunt": "^0.9.1", |
117 | | - "time-grunt": "^1.2.1", |
118 | 116 | "grunt-express-server": "^0.5.1", |
119 | 117 | "grunt-postcss": "^0.6.0", |
120 | | - "grunt-open": "~0.2.3",<% } %> |
| 118 | + "grunt-mocha-test": "~0.12.7", |
| 119 | + "grunt-mocha-istanbul": "^3.0.1", |
| 120 | + "grunt-open": "~0.2.3", |
| 121 | + "jit-grunt": "^0.9.1", |
| 122 | + "time-grunt": "^1.2.1",<% } %> |
121 | 123 | "open": "~0.0.4", |
122 | 124 | "jshint-stylish": "~2.0.1", |
123 | 125 | "connect-livereload": "^0.5.3", |
124 | 126 | "mocha": "^2.2.5", |
125 | | - "grunt-mocha-test": "~0.12.7", |
126 | | - "grunt-mocha-istanbul": "^3.0.1", |
127 | 127 | "istanbul": "^0.3.17", |
128 | 128 | "chai-as-promised": "^5.1.0", |
129 | 129 | "chai-things": "^0.2.0", |
|
132 | 132 | "karma-chai-plugins": "^0.6.0",<% } if (filters.jasmine) { %> |
133 | 133 | "jasmine-core": "^2.3.4", |
134 | 134 | "karma-jasmine": "~0.3.0", |
135 | | - "jasmine-spec-reporter": "^2.4.0",<% } %> |
| 135 | + "jasmine-spec-reporter": "^2.4.0",<% } if(filters.babel) { %> |
| 136 | + "karma-babel-preprocessor": "^5.2.1",<% } %> |
136 | 137 | "karma-ng-scenario": "~0.1.0", |
137 | 138 | "karma-firefox-launcher": "~0.1.6", |
138 | 139 | "karma-script-launcher": "~0.1.0", |
|
0 commit comments