-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.04 KB
/
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
39
40
41
42
43
{
"name": "anim-sequence",
"version": "1.0.11",
"title": "AnimSequence",
"description": "Simple Animation Controller with Timeline",
"keywords": [
"animation",
"timeline",
"performance",
"reverse",
"frame",
"requestAnimationFrame"
],
"main": "anim-sequence.min.js",
"module": "anim-sequence.esm.js",
"jsnext:main": "anim-sequence.esm.js",
"files": [
"anim-sequence?(-debug).@(min.js|esm.js)",
"bower.json"
],
"devDependencies": {
"cross-env": "^7.0.3",
"pre-proc": "^1.0.2",
"skeleton-loader": "^2.0.0",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
},
"scripts": {
"build": "cross-env NODE_ENV=production webpack --verbose",
"dev": "webpack --verbose"
},
"homepage": "https://anseki.github.io/anim-sequence/",
"repository": {
"type": "git",
"url": "git://github.com/anseki/anim-sequence.git"
},
"bugs": "https://github.com/anseki/anim-sequence/issues",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}