@maphubs/tokml
Version:
convert geojson to kml
39 lines (38 loc) • 797 B
JSON
{
"name": "@maphubs/tokml",
"version": "0.6.1",
"description": "convert geojson to kml",
"main": "index.js",
"scripts": {
"test": "tap test/*.js",
"build": "browserify -s tokml index.js > tokml.js",
"cov": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/maphubs/tokml.git"
},
"keywords": [
"kml",
"geojson",
"geo",
"maps"
],
"bin": {
"tokml": "tokml"
},
"author": "Kristofor Carle",
"license": "BSD-2-Clause",
"devDependencies": {
"browserify": "^16.5.2",
"coveralls": "^3.1.1",
"fuzzer": "^0.2.1",
"glob": "^7.2.0",
"nyc": "^15.1.0",
"tap": "^15.1.6"
},
"dependencies": {
"minimist": "^1.2.5",
"rw": "^1.3.3"
}
}