-
Notifications
You must be signed in to change notification settings - Fork 195
Expand file tree
/
Copy pathbower.json
More file actions
38 lines (38 loc) · 725 Bytes
/
bower.json
File metadata and controls
38 lines (38 loc) · 725 Bytes
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
{
"name": "jquery.localScroll",
"version": "2.0.0",
"description": "Animated anchor navigation made easy with jQuery",
"homepage": "https://github.com/flesler/jquery.localScroll",
"main": [
"./jquery.localScroll.js"
],
"dependencies": {
"jquery": ">=1.8",
"jquery.scrollTo": ">=2.0.0"
},
"keywords": [
"browser",
"animated",
"animation",
"scrolling",
"scroll",
"links",
"anchors"
],
"author": {
"name": "Ariel Flesler",
"web": "https://github.com/flesler"
},
"authors": [
"Ariel Flesler <aflesler@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"demo",
"test",
"tests"
]
}