forked from andreipfeiffer/oxigen-animation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 796 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
{
"name": "oxigen-animation",
"version": "1.0.0",
"description": "",
"main": "docs/index.js",
"files": [
"docs"
],
"types": "docs/index.d.ts",
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw"
},
"dependencies": {
"animejs": "^3.2.1"
},
"devDependencies": {
"@types/animejs": "^3.1.2",
"rollup": "^2.33.3",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-typescript2": "^0.29.0",
"typescript": "^4.1.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andreipfeiffer/oxigen-animation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/andreipfeiffer/oxigen-animation/issues"
},
"homepage": "https://github.com/andreipfeiffer/oxigen-animation#readme"
}