forked from juliangarnier/anime
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 797 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "animejs",
"version": "3.0.1",
"homepage": "http://animejs.com",
"repository": "juliangarnier/anime",
"description": "JavaScript animation engine",
"umd:main": "lib/anime.min.js",
"module": "lib/anime.es.js",
"main": "lib/anime.js",
"umd:name": "anime",
"license": "MIT",
"author": "Julian Garnier <[email protected]>",
"files": [
"lib"
],
"scripts": {
"build": "node build"
},
"bugs": {
"url": "https://github.com/juliangarnier/anime/issues"
},
"keywords": [
"anime",
"animation",
"javascript",
"CSS",
"transforms",
"SVG",
"canvas"
],
"devDependencies": {
"gzip-size": "^4.1.0",
"pretty-bytes": "^4.0.2",
"rollup": "^0.53.2",
"rollup-plugin-buble": "^0.18.0",
"uglify-js": "^3.3.4"
}
}