UNPKG

1.27 kBJSONView Raw
1{
2 "name": "web-animations-js",
3 "description": "JavaScript implementation of the Web Animations API",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/web-animations/web-animations-js.git"
7 },
8 "version": "2.3.2",
9 "keywords": [
10 "animations",
11 "polyfill"
12 ],
13 "homepage": "https://github.com/web-animations",
14 "license": "Apache-2.0",
15 "main": "web-animations.min.js",
16 "files": [
17 "src/*",
18 "*.min.js",
19 "*.min.js.map"
20 ],
21 "devDependencies": {
22 "minimatch": "^3.0.4",
23 "mocha": "1.21.4",
24 "chai": "^1.9.1",
25 "grunt": "~0.4.5",
26 "grunt-contrib-uglify": "^0.4.0",
27 "grunt-gjslint": "^0.2.1",
28 "closure-linter-wrapper": "^1.0.0",
29 "grunt-karma": "3.x",
30 "karma": "4.x",
31 "karma-mocha": "^0.1.3",
32 "karma-chai": "^0.1.0",
33 "karma-chrome-launcher": "~0.1.4",
34 "karma-firefox-launcher": "~0.1.3",
35 "karma-ie-launcher": "~0.1.5",
36 "karma-safari-launcher": "~0.1.1",
37 "karma-sauce-launcher": "~0.2.3",
38 "grunt-checkrepo": "~0.1.0",
39 "grunt-saucelabs": "~4.0.2",
40 "grunt-git-status": "~1.0.0",
41 "grunt-template": "~0.2.3",
42 "source-map": "~0.1.40"
43 },
44 "scripts": {
45 "test": "grunt web-animations web-animations-next test gjslint git-status checkrepo"
46 }
47}