-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 KB
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
45
46
{
"name": "scrollyjs",
"version": "1.0.1",
"description": "A lightweight CSS animation trigger library that animates elements on scroll, click, hover, and more.",
"main": "dist/scrolly.js",
"style": "dist/scrolly.css",
"scripts": {
"start": "vite",
"build": "vite build",
"dev": "vite",
"lint": "eslint .",
"test": "echo \"No tests yet\" && exit 0"
},
"keywords": [
"scroll",
"scroll animation",
"css",
"animation",
"trigger",
"hover",
"scrollyjs",
"animate",
"UI",
"frontend",
"intersection-observer"
],
"author": "Shafayetul Islam Pavel",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/yesiamrocks/scrolly.js.git"
},
"bugs": {
"url": "https://github.com/yesiamrocks/scrolly.js/issues"
},
"homepage": "https://github.com/yesiamrocks/scrolly.js#readme",
"files": [
"dist/",
"README.md"
],
"devDependencies": {
"eslint": "^8.0.0",
"rollup-plugin-terser": "^7.0.2",
"vite": "^7.0.2"
}
}