forked from jmkphlp/slidious
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslidious.jquery.json
32 lines (32 loc) · 991 Bytes
/
slidious.jquery.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
{
"name": "slidious",
"title": "jQuery Slidious",
"description": "Creates a responsive website from a single sitemap-like menu using ajax & full page scrolling.",
"keywords": [
"slidious",
"responsive",
"ajax",
"scroll",
"navigation"
],
"version": "0.9.2",
"author": {
"name": "Christian Hanne",
"url": "http://www.christianhanne.de",
"email": "[email protected]"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/christianhanne/slidious/blob/master/LICENSE.txt"
}
],
"bugs": "https://github.com/christianhanne/slidious/issues",
"homepage": "https://github.com/christianhanne/slidious",
"docs": "https://github.com/christianhanne/slidious",
"download": "https://github.com/christianhanne/slidious",
"demo": "http://demo.christianhanne.de/jquery_slidious",
"dependencies": {
"jquery": ">=1.2"
}
}