-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1.07 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
44
{
"name": "@shoelace-style/animations",
"description": "Your favorite animate.css effects available as ES modules for use with the Web Animations API.",
"version": "1.2.0",
"homepage": "https://github.com/shoelace-style/animations",
"author": "Cory LaViska",
"license": "MIT",
"main": "dist/index.js",
"module": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"build": "node src/index.cjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shoelace-style/animations.git"
},
"bugs": {
"url": "https://github.com/shoelace-style/animations/issues"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/claviska"
},
"files": [
"dist/"
],
"keywords": [
"animation",
"web animations api",
"animate.css"
],
"dependencies": {},
"devDependencies": {
"animate.css": "^4.1.1",
"css": "^3.0.0",
"del": "^6.0.0",
"glob": "^7.1.6",
"mkdirp": "^1.0.4",
"prettier": "^2.2.1"
}
}