forked from pisi/Reel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.36 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
/*
**
**
@@@@@ ** @@@@@
@@@@@@@@@ ** @@@@@@@@@
@@@@@@@@ ** @@@@@@@@
@@@@@@@ ** @@@@@@@
@@@@@@@ ** @@@@@@@
@@@@@@@ ** @@@@@@@
@@@@@@@@ @ ** @@@@@@@@
@@@@@@@@@ @@@ * @@@@@@@@@
@@@@@@@@@@@@@@ @@@@@@@@@@@
@@@@@@@@@@@@@ @@@@@@@
@@@@@@@@@@@@ @@@
@@@@@@
@@@@ *
@@ **
*/
{
"name": "reel",
"version": "1.2.1",
"title": "jQuery Reel",
"description": "360° images enhancement of `img` tag for object movies, vistas and panoramas",
"author": {
"name": "Petr Vostřel",
"email": "[email protected]",
"url": "http://petr.vostrel.cz"
},
"licenses": [
{ "type": "MIT", "url": "http://code.vostrel.cz/MIT-LICENSE.txt" },
{ "type": "GPL", "url": "http://code.vostrel.cz/GPL-LICENSE.txt" }
],
"contributors": [
{ "name": "Katrin Ackermann" },
{ "name": "Matthew Smith", "url": "http://photospherix.com" }
],
"keywords": [
"360",
"vista",
"virtual",
"panorama",
"projection"
],
"homepage": "http://jquery.vostrel.cz/reel",
"dependencies": {
"jquery": ">=1.5",
"mousewheel": ">=3.0.5"
},
"files": [
"jquery.reel.js"
],
"repository": {
"type": "git",
"url": "git://github.com/pisi/Reel.git"
}
}