forked from steren/stereo-img
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 935 Bytes
/
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
{
"name": "stereo-img",
"version": "1.2.0",
"description": "a web component to display stereographic pictures on web pages, with VR support",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steren/stereo-img.git"
},
"keywords": [
"vr",
"vr180",
"stereo",
"custom",
"element",
"web",
"component"
],
"author": "Steren Giannini <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/steren/stereo-img/issues"
},
"homepage": "https://github.com/steren/stereo-img#readme",
"devDependencies": {
"serve": "^13.0.2"
},
"dependencies": {
"exifr": "^7.1.3",
"three": "^0.134.0"
},
"module": "./stereo-img.js",
"exports": {
".": "./stereo-img.js"
}
}