-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 829 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 829 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
27
28
29
{
"name": "geolonia-gsi",
"version": "0.1.0",
"description": "3D style based on default style for [Geolonia](https://geolonia.com/).",
"main": "style.json",
"scripts": {
"start": "charites serve style.yml --provider geolonia",
"build": "charites build style.yml ./docs/style.json --sprite-input ./icons --sprite-output ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geoloniamaps/gsi.git"
},
"author": {
"name": "Geolonia Inc.",
"url": "https://geolonia.com/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/geoloniamaps/gsi/issues"
},
"homepage": "https://github.com/geoloniamaps/gsi#readme",
"devDependencies": {
"@unvt/charites": "^0.4.0",
"http-close": "^1.0.0",
"node-fetch": "^2.6.7",
"puppeteer": "^16.1.0"
}
}