|
1 | 1 | { |
2 | 2 | "name": "angular-bootstrap-multiselect", |
3 | 3 | "version": "1.1.5", |
| 4 | + "homepage": "http://bentorfs.github.io/angular-bootstrap-multiselect/", |
| 5 | + "license": "MIT", |
| 6 | + "repository": { |
| 7 | + "type": "git", |
| 8 | + "url": "https://github.com/bentorfs/angular-bootstrap-multiselect.git" |
| 9 | + }, |
4 | 10 | "devDependencies": { |
5 | | - "grunt": "~0.4.5", |
6 | | - "grunt-bootlint": "~0.5.3", |
| 11 | + "grunt": "~1.0.1", |
| 12 | + "grunt-bootlint": "~0.10.1", |
7 | 13 | "grunt-bump": "~0.8.0", |
8 | | - "grunt-contrib-clean": "~0.5.0", |
9 | | - "grunt-contrib-concat": "~0.4.0", |
10 | | - "grunt-contrib-connect": "^0.9.0", |
11 | | - "grunt-contrib-copy": "~0.6.0", |
12 | | - "grunt-contrib-jshint": "~0.10.0", |
13 | | - "grunt-contrib-nodeunit": "~0.4.1", |
14 | | - "grunt-contrib-uglify": "~0.5.0", |
15 | | - "grunt-contrib-watch": "~0.6.1", |
16 | | - "grunt-html2js": "~0.2.9", |
17 | | - "grunt-jscs": "~0.6.0", |
18 | | - "grunt-karma": "~0.9.0", |
19 | | - "grunt-maven-tasks": "~1.3.1", |
| 14 | + "grunt-contrib-clean": "~1.0.0", |
| 15 | + "grunt-contrib-concat": "~1.0.1", |
| 16 | + "grunt-contrib-connect": "~1.0.2", |
| 17 | + "grunt-contrib-copy": "~1.0.0", |
| 18 | + "grunt-contrib-jshint": "~1.1.0", |
| 19 | + "grunt-contrib-nodeunit": "~1.0.0", |
| 20 | + "grunt-contrib-uglify": "~2.0.0", |
| 21 | + "grunt-contrib-watch": "~1.0.0", |
| 22 | + "grunt-html2js": "~0.3.6", |
| 23 | + "grunt-jscs": "~3.0.1", |
| 24 | + "grunt-karma": "~2.0.0", |
| 25 | + "grunt-maven-tasks": "~1.4.0", |
20 | 26 | "grunt-ng-annotate": "~3.0.0", |
21 | | - "grunt-protractor-runner": "~1.1.4", |
22 | | - "karma": "~0.12.25", |
23 | | - "karma-chrome-launcher": "~0.1.2", |
24 | | - "karma-jasmine": "~0.2.2", |
25 | | - "karma-phantomjs-launcher": "~0.1.4", |
26 | | - "protractor": "~1.5.0", |
| 27 | + "grunt-protractor-runner": "~4.0.0", |
| 28 | + "karma": "~1.3.0", |
| 29 | + "karma-chrome-launcher": "~2.0.0", |
| 30 | + "karma-jasmine": "~1.1.0", |
| 31 | + "karma-phantomjs-launcher": "~1.0.2", |
| 32 | + "protractor": "~4.0.13", |
27 | 33 | "protractor-screenshot-reporter": "0.0.5" |
28 | 34 | }, |
29 | 35 | "scripts": { |
|
0 commit comments