This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
forked from kartotherian/kartotherian
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
81 lines (81 loc) · 2.93 KB
/
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "root",
"private": true,
"description": "Kartotherian - a suite of map tile rendering and map serving software",
"license": "Apache-2.0",
"repository": "kartotherian/kartotherian",
"bugs": "https://phabricator.wikimedia.org/tag/maps/",
"homepage": "https://github.com/kartotherian/kartotherian",
"keywords": [
"maps",
"tilelive",
"Wikipedia",
"MediaWiki",
"kartotherian",
"Tilerator"
],
"author": "Yuri Astrakhan <[email protected]>",
"contributors": [
"Max Semenik <[email protected]>",
"Michael Holloway <[email protected]>",
"Mateus Santos <[email protected]>",
"Petr Pchelko <[email protected]>",
"Stephane Bisson <[email protected]>"
],
"devDependencies": {
"@kartotherian/core": "^0.3.0",
"@mapbox/mapbox-studio-default-style": "2.0.0",
"@mapbox/tilejson": "^1.1.0",
"coveralls": "^3.0.9",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-kartotherian": "^0.0.5",
"eslint-config-wikimedia": "^0.5.0",
"eslint-plugin-import": "^2.9.0",
"extend": "^3.0.0",
"grunt": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.1.0",
"grunt-mocha-test": "^0.13.3",
"grunt-stylelint": "^0.16.0",
"grunt-tyops": "0.1.0",
"istanbul": "^0.4.3",
"json-stringify-pretty-compact": "*",
"lerna": "^3.18.3",
"mocha": "^8.3.2",
"mocha-lcov-reporter": "^1.2.0",
"nock": "^9.6.1",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"simple-statistics": "~0.8.0",
"stylelint": "^13.12.0",
"stylelint-config-wikimedia": "^0.10.3",
"swagger-router": "^0.4.2",
"tape": "^4.12.1",
"tilelive-file": "~0.0.3",
"tilelive-http": "~0.13.0",
"typedarray-to-buffer": "*",
"wait-as-promised": "^1.0.2"
},
"dependencies": {
"@kartotherian/abaculus": "file:packages/abaculus",
"@kartotherian/autogen": "file:packages/autogen",
"@kartotherian/babel": "file:packages/babel",
"@kartotherian/cassandra": "file:packages/cassandra",
"@kartotherian/core": "file:packages/core",
"@kartotherian/err": "file:packages/err",
"@kartotherian/geoshapes": "file:packages/geoshapes",
"@kartotherian/input-validator": "file:packages/input-validator",
"@kartotherian/jobprocessor": "file:packages/jobprocessor",
"@kartotherian/layermixer": "file:packages/layermixer",
"@kartotherian/maki": "file:packages/maki",
"@kartotherian/module-loader": "file:packages/module-loader",
"@kartotherian/overzoom": "file:packages/overzoom",
"@kartotherian/postgres": "file:packages/postgres",
"@kartotherian/server": "file:packages/server",
"@kartotherian/substantial": "file:packages/substantial",
"@kartotherian/tilelive-tmsource": "file:packages/tilelive-tmsource",
"@kartotherian/tilelive-vector": "file:packages/tilelive-vector",
"kartotherian": "file:packages/kartotherian",
"tilerator": "file:packages/tilerator"
}
}