Skip to content

Commit e45f525

Browse files
committed
feat(npm): modify package.json generation
1 parent aaf04df commit e45f525

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

app/templates/_package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,7 @@
6565
"gulp-uglify": "^1.2.0",
6666
"gulp-useref": "^1.2.0",
6767
"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) { %>
7469
"gulp-jade": "^1.0.1",<% } if(filters.stylus) { %>
7570
"gulp-stylus": "^2.0.4",
7671
"gulp-stylint": "^1.1.3",
@@ -80,7 +75,12 @@
8075
"gulp-less": "^3.0.3",
8176
"gulp-recess": "^1.1.2",<% } if(filters.coffee) { %>
8277
"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) { %>
8484
"grunt": "~0.4.5",
8585
"grunt-wiredep": "^2.0.0",
8686
"grunt-concurrent": "^2.0.1",
@@ -113,17 +113,17 @@
113113
"grunt-build-control": "^0.6.0",<% if(filters.sass) { %>
114114
"grunt-contrib-sass": "^0.9.0",<% } %><% if(filters.stylus) { %>
115115
"grunt-contrib-stylus": "latest",<% } %>
116-
"jit-grunt": "^0.9.1",
117-
"time-grunt": "^1.2.1",
118116
"grunt-express-server": "^0.5.1",
119117
"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",<% } %>
121123
"open": "~0.0.4",
122124
"jshint-stylish": "~2.0.1",
123125
"connect-livereload": "^0.5.3",
124126
"mocha": "^2.2.5",
125-
"grunt-mocha-test": "~0.12.7",
126-
"grunt-mocha-istanbul": "^3.0.1",
127127
"istanbul": "^0.3.17",
128128
"chai-as-promised": "^5.1.0",
129129
"chai-things": "^0.2.0",
@@ -132,7 +132,8 @@
132132
"karma-chai-plugins": "^0.6.0",<% } if (filters.jasmine) { %>
133133
"jasmine-core": "^2.3.4",
134134
"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",<% } %>
136137
"karma-ng-scenario": "~0.1.0",
137138
"karma-firefox-launcher": "~0.1.6",
138139
"karma-script-launcher": "~0.1.0",

0 commit comments

Comments
 (0)