forked from juliangarnier/anime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 960 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 960 Bytes
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
39
40
41
42
43
{
"name": "@mabs.dk/nativescript-animejs",
"version": "3.2.0-alpha.0",
"homepage": "http://animejs.com",
"repository": "m-abs/anime",
"description": "JavaScript animation engine - forked for NativeScript",
"umd:main": "lib/anime.min.js",
"module": "lib/anime.es.js",
"main": "lib/anime.js",
"umd:name": "tnsAnime",
"types": "lib/anime.d.ts",
"license": "MIT",
"author": "Julian Garnier <[email protected]>",
"contributors": [
"Morten Sjøgren <[email protected]>"
],
"files": [
"lib"
],
"scripts": {
"build": "node build"
},
"bugs": {
"url": "https://github.com/juliangarnier/anime/issues"
},
"keywords": [
"anime",
"animation",
"javascript",
"CSS",
"transforms",
"SVG",
"canvas",
"nativescript"
],
"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"
}
}