mirror of https://github.com/kosmtik/kosmtik
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
963 B
JSON
45 lines
963 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|