forked from nckprsn/scrollme
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 750 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 750 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
{
"name": "scrollme",
"description": "A jQuery plugin for adding simple scrolling effects to web pages.",
"version": "1.1.1",
"main": "jquery.scrollme.js",
"ignore": [
"scrollme.jquery.json"
],
"keywords": [
"animation",
"scrolling"
],
"authors": [
{
"name": "Nick Pearson",
"url": "http://nckprsn.com"
},
{
"name": "dotnetCarpenter",
"url": "https://github.com/dotnetCarpenter"
}
],
"license": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}
],
"homepage": "http://scrollme.nckprsn.com/",
"repository": {
"type": "git",
"url": "git://github.com/nckprsn/scrollme"
},
"dependencies": {
"jquery": ">=1.8"
}
}