-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 711 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 711 Bytes
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
{
"name": "streetview-panoid-bookmarklet",
"version": "1.0.0",
"description": "Chrome bookmarklet to extract the panorama id from a Google StreetView URL.",
"main": "index.js",
"scripts": {
"generate": "./generateIndex"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sjwilliams/streetview-panoid-bookmarklet.git"
},
"keywords": [
"streetview"
],
"author": "Josh Williams",
"license": "MIT",
"bugs": {
"url": "https://github.com/sjwilliams/streetview-panoid-bookmarklet/issues"
},
"homepage": "https://github.com/sjwilliams/streetview-panoid-bookmarklet#readme",
"dependencies": {
"bookmarklet": "0.0.6",
"underscore": "^1.8.3"
}
}