-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 793 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
35
36
{
"name": "jos-animation",
"version": "0.9.2",
"description": "An animation library package to instantly add beautiful/professional looking animation to your website",
"author": "Jesvi Jonathan",
"files": [
"dist/*.{css,js}",
"dev/*.{css,js}"
],
"main": "dist/jos.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jesvijonathan/JOS-Animation-Library.git"
},
"keywords": [
"jos",
"on-scroll",
"scroll",
"animation",
"library",
"package",
"jesvi",
"uikit",
"javascript",
"lightweight",
"performance",
"scroll",
"event",
"css"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jesvijonathan/JOS-Animation-Library/issues"
},
"homepage": "jos-animation.vercel.app"
}