| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "web-animations-js", | 2 "name": "web-animations-js", |
| 3 "private": true, | 3 "private": true, |
| 4 "repository": { | 4 "repository": { |
| 5 "type": "git", | 5 "type": "git", |
| 6 "url": "https://github.com/web-animations/web-animations-js.git" | 6 "url": "https://github.com/web-animations/web-animations-js.git" |
| 7 }, | 7 }, |
| 8 "devDependencies": { | 8 "devDependencies": { |
| 9 "mocha": "1.21.4", | 9 "mocha": "1.21.4", |
| 10 "chai": "^1.9.1", | 10 "chai": "^1.9.1", |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 "grunt-saucelabs": "~4.0.2", | 24 "grunt-saucelabs": "~4.0.2", |
| 25 "grunt-checkrepo": "~0.1.0", | 25 "grunt-checkrepo": "~0.1.0", |
| 26 "grunt-git-status": "~1.0.0", | 26 "grunt-git-status": "~1.0.0", |
| 27 "grunt-template": "~0.2.3", | 27 "grunt-template": "~0.2.3", |
| 28 "source-map": "~0.1.40" | 28 "source-map": "~0.1.40" |
| 29 }, | 29 }, |
| 30 "scripts": { | 30 "scripts": { |
| 31 "test": "grunt test gjslint git-status checkrepo" | 31 "test": "grunt test gjslint git-status checkrepo" |
| 32 } | 32 } |
| 33 } | 33 } |
| OLD | NEW |