| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "caterpillar", | 2 "name": "caterpillar", |
| 3 "dependencies": { | 3 "dependencies": { |
| 4 "bower": "^1.7.1" | 4 "bower": "^1.7.1" |
| 5 }, | 5 }, |
| 6 "devDependencies": { | 6 "devDependencies": { |
| 7 "karma": "^0.13.18", | 7 "karma": "^0.13.18", |
| 8 "karma-chrome-launcher": "^0.2.2", | 8 "karma-chrome-launcher": "^0.2.2", |
| 9 "karma-firefox-launcher": "^0.1.7", | 9 "karma-firefox-launcher": "^0.1.7", |
| 10 "karma-sinon": "^1.0.4", |
| 10 "karma-qunit": "^0.1.9", | 11 "karma-qunit": "^0.1.9", |
| 12 "platform": "^1.3.1", |
| 11 "qunit": "^0.7.7", | 13 "qunit": "^0.7.7", |
| 12 "sinon": "^1.17.2" | 14 "sinon": "^1.17.2" |
| 13 }, | 15 }, |
| 14 "repository": { | 16 "repository": { |
| 15 "type": "git", | 17 "type": "git", |
| 16 "url": "git+https://github.com/chromium/caterpillar.git" | 18 "url": "git+https://github.com/chromium/caterpillar.git" |
| 17 }, | 19 }, |
| 18 "license": "Apache-2.0" | 20 "license": "Apache-2.0" |
| 19 } | 21 } |
| OLD | NEW |