mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-26 08:13:34 +08:00
34 lines
898 B
JSON
34 lines
898 B
JSON
{
|
|
"name": "web-animations-js",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-animations/web-animations-js.git"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.21.4",
|
|
"chai": "^1.9.1",
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-uglify": "^0.4.0",
|
|
"grunt-gjslint": "^0.1.4",
|
|
"grunt-karma": "^0.8.2",
|
|
"karma": "^0.12.14",
|
|
"karma-mocha": "^0.1.3",
|
|
"karma-chai": "^0.1.0",
|
|
"karma-chrome-launcher": "~0.1.4",
|
|
"karma-firefox-launcher": "~0.1.3",
|
|
"karma-ie-launcher": "~0.1.5",
|
|
"karma-safari-launcher": "~0.1.1",
|
|
"karma-sauce-launcher": "~0.2.3",
|
|
"grunt-checkrepo": "~0.1.0",
|
|
"grunt-saucelabs": "~4.0.2",
|
|
"grunt-checkrepo": "~0.1.0",
|
|
"grunt-git-status": "~1.0.0",
|
|
"grunt-template": "~0.2.3",
|
|
"source-map": "~0.1.40"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test gjslint git-status checkrepo"
|
|
}
|
|
}
|