-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.07 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.07 KB
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": "@openhistoricalmap/map-styles",
"version": "0.9.13",
"description": "A collection of map styles for OpenHistoricalMap",
"main": "''",
"type": "module",
"scripts": {
"build": "scripts/prepare.js",
"start": "browser-sync start --server --port 8888 --https --startPath #7.33/40.487/-73.554 --files ['index.html', 'index.css', 'historical/*', 'railway/*', 'japanese_scroll/*', 'woodblock/*']"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/OpenHistoricalMap/map-styles.git"
},
"author": "tsinn <tim@greeninfo.org>",
"contributors": [
"Vanessa Knoppke-Wetzel <run.for.funner@gmail.com>",
"Eric Theise <erictheise@gmail.com>"
],
"license": "CC0 1.0 Universal",
"bugs": {
"url": "https://github.com/OpenHistoricalMap/issues"
},
"homepage": "https://github.com/OpenHistoricalMap/map-styles#readme",
"dependencies": {
"camelcase": "^9.0.0",
"fs-extra": "^11.3.4",
"maplibre-gl": "^5.20.2",
"maplibre-gl-style-flipper": "^1.0.9"
},
"devDependencies": {
"browser-sync": "^3.0.4"
}
}