UNPKG

@wsdot/geospatial-metadata

Version:

A library for parsing and converting Geospatial metadata XML

40 lines (39 loc) 934 B
{ "name": "@wsdot/geospatial-metadata", "version": "0.1.0", "description": "A library for parsing and converting Geospatial metadata XML", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/*" ], "devDependencies": { "prettier": "^1.15.2", "tslint": "^5.11.0", "tslint-config-prettier": "^1.17.0", "tslint-plugin-prettier": "^2.0.1", "typescript": "^3.1.6" }, "scripts": { "prepare": "tsc", "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/WSDOT-GIS/geospatialMetadata.git" }, "keywords": [ "GIS", "XML", "metadata", "FGDC", "CSDGM", "ISO" ], "author": "WSDOT", "license": "Unlicense", "bugs": { "url": "https://github.com/WSDOT-GIS/geospatialMetadata/issues" }, "homepage": "https://github.com/WSDOT-GIS/geospatialMetadata#readme" }