-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
29 lines (29 loc) · 829 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
{
"name": "three.cubemap-to-equirectangular",
"version": "1.1.2",
"description": "Export an equirectangular panorama image from a three.js scene",
"main": "build/CubemapToEquirectangular.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/spite/THREE.CubemapToEquirectangular.git"
},
"keywords": [
"canvas",
"three.js",
"equirectangular",
"panorama",
"cubemap"
],
"author": "Jaume Sanchez <[email protected]> (https://www.clicktorelease.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/spite/THREE.CubemapToEquirectangular/issues"
},
"homepage": "https://github.com/spite/THREE.CubemapToEquirectangular#readme"
}