forked from mistic100/Photo-Sphere-Viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1015 Bytes
/
bower.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
{
"name": "Photo-Sphere-Viewer",
"authors": [
{
"name": "Jérémy Heleine",
"email": "[email protected]",
"homepage": "http://jeremyheleine.me"
},
{
"name": "Damien \"Mistic\" Sorel",
"email": "[email protected]",
"homepage": "https://www.strangeplanet.fr"
}
],
"description": "A JavaScript library to display Photo Sphere panoramas",
"homepage": "https://photo-sphere-viewer.js.org",
"main": [
"dist/photo-sphere-viewer.js",
"dist/photo-sphere-viewer.css"
],
"dependencies": {
"three.js": ">= 0.85.0",
"uevent": "~1.0.0"
},
"keywords": [
"photosphere",
"panorama",
"threejs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/mistic100/Photo-Sphere-Viewer.git"
},
"ignore": [
"**/.*",
"node_modules",
"build",
"example",
"src",
"tests",
"package.json",
"postcss.config.js",
"rollup.config.js",
"yarn.lock"
]
}