-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
45 lines (45 loc) · 944 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "awesome-streetview",
"version": "1.4.2",
"description": "random beautiful [lat, lng] Google Street View locations",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"unique-random-array": "^1.0.0"
},
"devDependencies": {
"faucet": "0.0.1",
"index-of-array": "^1.0.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "node test.js | faucet"
},
"keywords": [
"test",
"array",
"lat",
"lng",
"pretty",
"panorama",
"pano",
"panoramas",
"id",
"street",
"view",
"streetview"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/awesome-streetview.git"
},
"homepage": "https://github.com/Jam3/awesome-streetview",
"bugs": {
"url": "https://github.com/Jam3/awesome-streetview/issues"
}
}