forked from kosmtik/kosmtik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 963 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
{
"name": "kosmtik",
"version": "0.0.17",
"description": "Make maps with OpenStreetMap and Mapnik",
"main": "index.js",
"bin": {"kosmtik": "./index.js"},
"preferGlobal": true,
"scripts": {
"test": "mocha --require test/fixtures.js",
"lint": "eslint src test *.js"
},
"keywords": [
"openstreetmap",
"map",
"design"
],
"repository": {
"type": "git",
"url": "git://github.com/kosmtik/kosmtik.git"
},
"author": "Yohan Boniface",
"license": "WTFPL",
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"dependencies": {
"carto": "^1.2.0",
"js-yaml": "^4.0.0",
"json-localizer": "0.0.3",
"leaflet": "^1.3.3",
"leaflet-formbuilder": "^0.2.0",
"leaflet-hash": "^0.2.1",
"mapnik": "^4.5.9",
"mapnik-pool": "^0.1.3",
"nomnom": "^1.8.1",
"request": "^2.88.0",
"semver": "^5.0.3"
},
"devDependencies": {
"eslint": "^7.8.1",
"mocha": "^8.2.1"
}
}