-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
55 lines (55 loc) · 1.3 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
{
"name": "google-panorama-by-location",
"version": "4.1.1",
"description": "gets a Google StreetView by [ lat, lng ]",
"main": "./index.js",
"browser": "./browser.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"defined": "^1.0.0",
"object-assign": "^4.0.1",
"xhr-request": "^1.0.1"
},
"devDependencies": {
"browserify": "^10.2.4",
"budo": "^4.0.0",
"faucet": "0.0.1",
"garnish": "^2.1.3",
"tape": "^4.0.0",
"testling": "^1.7.1"
},
"scripts": {
"test-node": "node test.js | faucet",
"test-browser": "browserify test.js | testling | faucet",
"test": "npm run test-node && npm run test-browser",
"start": "budo demo/index.js:bundle.js --live --verbose --dir demo | garnish"
},
"keywords": [
"lat",
"lng",
"long",
"longitude",
"latitude",
"pano",
"panorama",
"panoramic",
"id",
"street",
"view",
"image",
"google"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/google-panorama-by-location.git"
},
"homepage": "https://github.com/Jam3/google-panorama-by-location",
"bugs": {
"url": "https://github.com/Jam3/google-panorama-by-location/issues"
}
}