forked from withassociates/microfiche.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
microfiche.jquery.json
41 lines (41 loc) · 1.03 KB
/
microfiche.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
33
34
35
36
37
38
39
40
41
{
"name": "microfiche",
"title": "Microfiche",
"description": "jQuery plugin for creating performant, touch-friendly carousels.",
"keywords": [
"carousel",
"slider",
"touch",
"with-associates"
],
"version": "1.7.0",
"author": {
"name": "With Associates",
"url": "http://withassociates.com/"
},
"maintainers": [
{
"name": "Jamie White",
"email": "[email protected]",
"url": "http://withassociates.com/"
},
{
"name": "Tom Marshall",
"email": "[email protected]",
"url": "http://withassociates.com/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/withassociates/microfiche.js/blob/master/LICENSE"
}
],
"bugs": "https://github.com/withassociates/microfiche.js/issues",
"homepage": "http://withassociates.github.com/microfiche.js/",
"docs": "http://withassociates.github.com/microfiche.js/",
"download": "http://withassociates.github.com/microfiche.js/",
"dependencies": {
"jquery": ">=1.7"
}
}