|
3 | 3 | "version": "0.0.0", |
4 | 4 | "main": "server/app.js", |
5 | 5 | "dependencies": { |
6 | | - <%_ /* CLIENT */ _%> |
| 6 | + <%# CLIENT %> |
7 | 7 | "angular": "~1.5.5",<% if(filters.bootstrap) { if(filters.sass) { %> |
8 | 8 | "bootstrap-sass": "~3.1.1",<% } %> |
9 | 9 | "bootstrap": "~3.1.1",<% if(filters.oauth) { %> |
|
19 | 19 | "angular-socket-io": "~0.7.0",<% } if(filters.uirouter) { %> |
20 | 20 | "angular-ui-router": "~0.2.15",<% } if(filters.auth) { %> |
21 | 21 | "angular-validation-match": "~1.5.2",<% } %> |
22 | | - <%_ /* END CLIENT */ _%> |
| 22 | + <%# END CLIENT %> |
23 | 23 | "core-js": "^2.2.1", |
24 | 24 | "express": "^4.13.3", |
25 | 25 | "morgan": "~1.7.0", |
|
56 | 56 | "sprint-js": "~0.1.0" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - <%_ /* CLIENT */ _%> |
| 59 | + <%# CLIENT %> |
60 | 60 | "angular-mocks": "~1.5.5",<% if(filters.stylus) { %> |
61 | 61 | "bootstrap-styl": "^5.0.5", |
62 | 62 | "font-awesome-stylus": "^4.6.2",<% } %> |
63 | | - <%_ /* END CLIENT */ _%> |
| 63 | + <%# END CLIENT %> |
64 | 64 | "autoprefixer": "^6.0.0", |
65 | 65 | "babel-core": "^6.6.5", |
66 | 66 | "babel-eslint": "^6.0.4", |
|
121 | 121 | "gulp-recess": "^1.1.2",<% } %> |
122 | 122 | "grunt": "^1.0.1", |
123 | 123 | "grunt-build-control": "^0.7.0", |
124 | | - <%_ /* WEBPACK */ _%> |
| 124 | + <%# WEBPACK %> |
125 | 125 | "webpack": "^1.12.14", |
126 | 126 | "webpack-dev-middleware": "^1.5.1", |
127 | 127 | "webpack-dev-server": "~1.14.0", |
|
152 | 152 | "stylus-loader": "^2.1.1",<% } %> |
153 | 153 | "tiny-lr": "^0.2.1", |
154 | 154 | "karma-webpack": "^1.7.0", |
155 | | - <%_ /* END WEBPACK */ _%> |
| 155 | + <%# END WEBPACK %> |
156 | 156 | "through2": "^2.0.1", |
157 | 157 | "open": "~0.0.4", |
158 | 158 | "connect-livereload": "^0.5.3", |
|
0 commit comments