OLD | NEW |
(Empty) | |
| 1 { |
| 2 "name": "web-animations-js", |
| 3 "private": true, |
| 4 "repository": { |
| 5 "type": "git", |
| 6 "url": "https://github.com/web-animations/web-animations-js.git" |
| 7 }, |
| 8 "devDependencies": { |
| 9 "mocha": "1.21.4", |
| 10 "chai": "^1.9.1", |
| 11 "grunt": "~0.4.5", |
| 12 "grunt-contrib-uglify": "^0.4.0", |
| 13 "grunt-gjslint": "^0.1.4", |
| 14 "grunt-karma": "^0.8.2", |
| 15 "karma": "^0.12.14", |
| 16 "karma-mocha": "^0.1.3", |
| 17 "karma-chai": "^0.1.0", |
| 18 "karma-chrome-launcher": "~0.1.4", |
| 19 "karma-firefox-launcher": "~0.1.3", |
| 20 "karma-ie-launcher": "~0.1.5", |
| 21 "karma-safari-launcher": "~0.1.1", |
| 22 "karma-sauce-launcher": "~0.2.3", |
| 23 "grunt-checkrepo": "~0.1.0", |
| 24 "grunt-saucelabs": "~4.0.2", |
| 25 "grunt-checkrepo": "~0.1.0", |
| 26 "grunt-git-status": "~1.0.0", |
| 27 "grunt-template": "~0.2.3", |
| 28 "source-map": "~0.1.40" |
| 29 }, |
| 30 "scripts": { |
| 31 "test": "grunt test gjslint git-status checkrepo" |
| 32 } |
| 33 } |
OLD | NEW |