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