-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 862 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
{
"name": "rts",
"version": "1.0.0",
"description": "live time streetview style transfer",
"main": "app.py",
"repository": {
"type": "git",
"url": "git+https://github.com/Howon/rst.git"
},
"author": "Howon Byun, Jibben Hillen, Mitchell Gouzenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/Howon/rst/issues"
},
"scripts": {
"start": "browserify static/js/feed.js -o static/js/bundle.js ; python app.py"
},
"homepage": "https://github.com/Howon/rst#readme",
"dependencies": {
"extract-streetview": "^1.2.0",
"google-panorama-by-location": "^4.1.1",
"google-panorama-tiles": "^1.0.3",
"google-panorama-url": "^1.0.0",
"google-panorama-zoom-level": "^1.0.0",
"randomstring": "^1.1.5",
"three": "^0.71.0",
"three-orbit-viewer": "^69.3.0",
"three-pointerlock": "0.0.2"
}
}