geojson-to-gml-2
Version:
a package to translate geojson to gml 2.1.2
41 lines (40 loc) • 1.08 kB
JSON
{
"name": "geojson-to-gml-2",
"version": "2.1.0",
"description": "a package to translate geojson to gml 2.1.2",
"main": "geomToGml-2.1.2.js",
"module": "geomToGml-2.1.2-es6.js",
"repository": {
"type": "git",
"url": "https://github.com/SKalt/geojson-to-gml-2.1.2.git"
},
"scripts": {
"test": "mocha --timeout 30000",
"make-docs": "node makeDocs.js",
"build": "NODE_ENV=production rollup -c"
},
"keywords": [
"geojson",
"geoserver",
"GIS",
"GML",
"xml"
],
"author": "Steven Kalt",
"license": "GPL-3.0",
"devDependencies": {
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.0.0",
"eslint-config-google": "^0.8.0",
"jsdoc-to-markdown": "^3.0.0",
"rollup": "^0.42.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-eslint": "^3.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^1.1.1",
"rollup-plugin-uglify": "^2.0.1",
"xsd-schema-validator": "^0.5.0"
}
}