-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 793 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 793 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
{
"name": "axi",
"version": "1.0.0",
"description": "Animation engine.",
"main": "lib/axi.umd.js",
"module": "lib/axi.es.js",
"unpkg": "dist/axi.umd.js",
"directories": {
"example": "example",
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rollup -c",
"watch": "rollup -cw"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shenyiling/axi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shenyiling/axi/issues"
},
"homepage": "https://github.com/shenyiling/axi#readme",
"devDependencies": {
"rollup": "^2.21.0",
"rollup-plugin-terser": "^6.1.0",
"rollup-plugin-typescript2": "^0.27.1",
"typescript": "^3.9.3"
}
}