-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
33 lines (33 loc) · 852 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": "jquery.scrollz",
"title": "jQuery Scrollz",
"description": "Modern scrolling for jQuery and jQuery Mobile.",
"version": "1.0.6",
"homepage": "https://github.com/zippy1978/jquery.scrollz",
"author": {
"name": "Gilles Grousset",
"email": "[email protected]",
"url": "http://zippy1978.tumblr.com"
},
"repository": {
"type": "git",
"url": "git://github.com/zippy1978/jquery.scrollz"
},
"bugs": {
"url": "https://github.com/zippy1978/jquery.scrollz/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zippy1978/jquery.scrollz/blob/master/LICENSE-MIT"
},
{
"type": "GPL",
"url": "https://github.com/zippy1978/jquery.scrollz/blob/master/LICENSE-GPL"
}
],
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib": "~0.7.0"
}
}