-
Notifications
You must be signed in to change notification settings - Fork 28
/
bower.json
33 lines (33 loc) · 1.04 KB
/
bower.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": "ScrollMenu",
"description": "ScrollMenu.js transforms your scroll bar to awesome scroll menu. It gives a user sense of where they are in a page and how long is that section. With a high customizability of plugin you can have a unique user experience.",
"main": "scrollmenu.js",
"author": {
"name": "Sudhanshu Yadav",
"email": "[email protected]"
},
"version": "1.0.4",
"repository": {
"type": "git",
"url": "https://github.com/s-yadav/ScrollMenu"
},
"ignore": [
"screens/**/*"
],
"licenses": "MIT",
"bugs": {
"url": "https://github.com/s-yadav/ScrollMenu/issues"
},
"dependencies": {
"jquery": ">=1.8.1"
},
"keywords": [
"scrollmenu",
"custom-scrollbar",
"interactive-scrollmenu"
],
"readmeFilename": "README.md",
"demo": "http://ignitersworld.com/lab/scrollmenu/",
"docs": "http://ignitersworld.com/lab/scrollmenu/doc.html",
"homepage": "http://ignitersworld.com/lab/scrollmenu/"
}