-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
34 lines (34 loc) · 897 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
{
"name": "apple-maps-web-snapshot-cli",
"version": "1.0.2",
"description": "Create static maps for MapKit",
"main": "mapkit-snapshots.js",
"bin": {
"mapkit-snapshots": "./mapkit-snapshots.js"
},
"dependencies": {
"@mapbox/polyline": "^1.1.1",
"better-opn": "^1.0.0",
"concat-stream": "^2.0.0",
"fs": "0.0.1-security",
"jsonwebtoken": "^9.0.0",
"jwa": "^1.4.1",
"minimist": "^1.2.6",
"open": "^7.0.0",
"opn": "^6.0.0"
},
"scripts": {
"test": "testCommand"
},
"author": "roblabs",
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "git+https://github.com/roblabs/apple-maps-web-snapshot-cli.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/roblabs/apple-maps-web-snapshot-cli/issues"
},
"homepage": "https://github.com/roblabs/apple-maps-web-snapshot-cli#readme"
}