|
1 | 1 | { |
2 | 2 | "name": "angular-webpack-plugin", |
3 | | - "version": "0.0.2", |
| 3 | + "version": "0.0.3", |
4 | 4 | "main": "lib/index.js", |
5 | 5 | "description": "Makes webpack aware of AngularJS modules.", |
6 | 6 | "homepage": "https://github.com/stackfull/angular-webpack-plugin", |
|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "peerDependencies": { |
23 | | - "webpack": "^1.1.0", |
| 23 | + "webpack": "^1.4.0", |
24 | 24 | "exports-loader": "^0.6.2" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | 27 | "grunt-contrib-jshint": "0.10.0", |
28 | 28 | "grunt-contrib-watch": "~0.6.0", |
29 | | - "load-grunt-tasks": "~0.4.0", |
30 | | - "time-grunt": "0.3.1", |
31 | | - "jshint-stylish": "~0.1.3", |
32 | | - "webpack": "1.1.8", |
33 | | - "async": "0.7.0", |
| 29 | + "load-grunt-tasks": "~1.0.0", |
| 30 | + "time-grunt": "1.0.0", |
| 31 | + "jshint-stylish": "~1.0.0", |
| 32 | + "webpack": "^1.4.0", |
| 33 | + "async": "0.9.0", |
34 | 34 | "lodash": "~2.4.1", |
35 | | - "underscore.string": "~2.3.3", |
| 35 | + "underscore.string": "~2.4.0", |
36 | 36 | "karma": "~0.12.0", |
37 | | - "webpack-dev-server": "~1.2.4", |
38 | | - "karma-webpack": "1.1.0", |
39 | | - "grunt-karma": "~0.8.2", |
40 | | - "karma-jasmine": "0.1.5", |
| 37 | + "webpack-dev-server": "~1.6.6", |
| 38 | + "karma-webpack": "1.3.1", |
| 39 | + "grunt-karma": "~0.9.0", |
| 40 | + "karma-jasmine": "0.3.2", |
41 | 41 | "karma-phantomjs-launcher": "~0.1.2", |
42 | 42 | "exports-loader": "0.6.2", |
43 | 43 | "uglify-js": "~2.4.12" |
|
0 commit comments