UNPKG

wmts

Version:

Flexible WMTS scheme for Javascript applications

56 lines (55 loc) 1.2 kB
{ "name": "wmts", "version": "1.0.3", "description": "Flexible WMTS scheme for Javascript applications", "main": "index.js", "jsnext:main": "index.js", "scripts": { "test": "npm run lint && nyc ava", "lint": "tsc && tslint index.ts test.ts && documentation lint index.js" }, "repository": { "type": "git", "url": "git+https://github.com/DenisCarriere/wmts.git" }, "author": "Denis Carriere <carriere.denis@gmail.com>", "contributors": [ "Denis Carriere <carriere.denis@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/DenisCarriere/wmts/issues" }, "homepage": "https://github.com/DenisCarriere/wmts#readme", "devDependencies": { "@types/node": "^6.0.46", "ava": "^0.16.0", "coveralls": "^2.11.14", "nyc": "^8.3.2", "tslint": "^3.15.1", "typescript": "^2.0.6" }, "keywords": [ "gis", "geo", "geojs", "geospatial", "geography", "map", "wmts", "ogc", "scheme" ], "ava": { "files": [ "test.js" ], "concurrency": 5, "failFast": true, "tap": true }, "dependencies": { "@types/xml-js": "^0.9.0", "xml-js": "^0.9.6" } }