-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
66 lines (66 loc) · 1.83 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
57
58
59
60
61
62
63
64
65
66
{
"name": "google-panorama-equirectangular",
"version": "2.1.0",
"description": "gets equirectangular images from Google StreetView",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"async-image-loader": "^2.0.1",
"events": "^1.0.2",
"google-panorama-tiles": "^1.0.1",
"google-panorama-url": "^1.0.0"
},
"devDependencies": {
"array-shuffle": "^1.0.0",
"awesome-streetview": "^1.1.3",
"browserify": "^10.2.4",
"budo": "^4.0.0",
"dom-events": "^0.1.1",
"garnish": "^2.1.3",
"google-panorama-by-id": "^2.1.0",
"google-panorama-by-location": "^4.0.1",
"google-panorama-zoom-level": "^1.0.0",
"smokestack": "^3.3.0",
"tap-dev-tool": "^1.3.0",
"tape": "^4.0.0",
"three": "^0.71.0",
"three-orbit-viewer": "^69.3.0",
"uglify-js": "^2.4.23",
"webgl-context": "^2.2.0"
},
"scripts": {
"test": "browserify test/index.js | smokestack | faucet",
"2d": "budo demo/2d.js:bundle.js --live --verbose --dir demo | garnish",
"gpu": "budo demo/gpu.js:bundle.js --live --dir demo | garnish",
"webgl": "budo demo/webgl.js:bundle.js --live --verbose --dir demo | garnish",
"build": "browserify demo/gpu.js | uglifyjs -cm > demo/bundle.js"
},
"keywords": [
"google",
"api",
"street",
"view",
"image",
"equirect",
"equirectangular",
"panorama",
"pano",
"panoramic",
"webgl",
"glsl",
"stackgl"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/google-panorama-equirectangular.git"
},
"homepage": "https://github.com/mattdesl/google-panorama-equirectangular",
"bugs": {
"url": "https://github.com/mattdesl/google-panorama-equirectangular/issues"
}
}