-
Notifications
You must be signed in to change notification settings - Fork 0
/
reel.jquery.json
38 lines (38 loc) · 885 Bytes
/
reel.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
{
"name": "reel",
"version": "1.3.0",
"title": "jQuery Reel",
"description": "`img` tag enhancement for 360° object movies, vistas and panoramas",
"author": {
"name": "Petr Vostřel",
"email": "petr@vostrel.cz",
"url": "http://petr.vostrel.cz"
},
"licenses": [
{ "type": "MIT", "url": "http://code.vostrel.net/LICENSE.txt" }
],
"contributors": [
{ "name": "Katrin Ackermann" },
{ "name": "Matthew Smith", "url": "http://photospherix.com" },
{ "name": "Tino Hußlack", "url": "http://hyperheld.com" }
],
"keywords": [
"360",
"vista",
"virtual",
"panorama",
"projection"
],
"homepage": "http://reel360.org",
"dependencies": {
"jquery": ">=1.6.2",
"mousewheel": ">=3.0.5"
},
"files": [
"jquery.reel.js"
],
"repository": {
"type": "git",
"url": "git://github.com/pisi/Reel.git"
}
}