source: node_modules/zenscroll/package.json@ e48199a

main
Last change on this file since e48199a was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 561 bytes
Line 
1{
2 "name": "zenscroll",
3 "version": "4.0.2",
4 "description": "A module to smooth-scroll web pages and scrollable elements (like DIVs)",
5 "main": "zenscroll.js",
6 "files": ["zenscroll.js", "zenscroll-min.js"],
7 "homepage": "https://zengabor.github.io/zenscroll/",
8 "keywords": ["animation", "scroll", "anchor", "ux"],
9 "license": "Unlicense",
10 "author": "Gabor Lenard (http://www.gaborlenard.com)",
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/zengabor/zenscroll.git"
14 },
15 "bugs": {
16 "url": "https://github.com/zengabor/zenscroll/issues"
17 }
18}
Note: See TracBrowser for help on using the repository browser.