-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 844 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
{
"name": "dual-side-scroll",
"version": "1.2.3",
"main": "dist/scroll-progress.min.js",
"files": [
"dist/*"
],
"description": "It's a tiny freeware library on TypeScript to sinhronize page scrolling and navigation meny-bar.",
"author": {
"name": "Evgeny Brega",
"email": "[email protected]",
"url": "https://github.com/eabrega/"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/eabrega/scrollspy.git"
},
"homepage": "https://eabrega.github.io/scrollspy/",
"keywords": [
"scrollspy",
"scroll progress",
"scroll",
"scroll-progress",
"dual-side scroll",
"javascript",
"typescript",
"library",
"scrolling",
"html5",
"web"
]
}