leaflet.utm
Version:
Converts LatLng to UTM WGS84 in Leaflet
49 lines (48 loc) • 1.19 kB
JSON
{
"name": "leaflet.utm",
"version": "1.0.0",
"description": "Converts LatLng to UTM WGS84 in Leaflet",
"main": "L.LatLng.UTM.js",
"directories": {
"test": "test"
},
"license": "BSD-3-Clause",
"scripts": {
"lint": "eslint L.LatLng.UTM.js examples/* test/*",
"lintfix": "eslint L.*.js examples/* test/* --fix",
"spec": "phantomjs ./node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html",
"test": "npm run lint && npm run spec",
"release": "mversion patch -m"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjimenezshaw/Leaflet.UTM.git"
},
"keywords": [
"Leaflet",
"map",
"geo",
"UTM"
],
"devDependencies": {
"blanket": "^1.2.3",
"chai": "~4.1.2",
"chai-leaflet": "^0.0.13",
"eslint": "^4.16.0",
"eslint-plugin-html": "^4.0.1",
"leaflet": "^1.3.1",
"mocha": "^5.0.0",
"mocha-phantomjs-core": "^2.1.2",
"mversion": "^1.10.1",
"phantomjs-prebuilt": "^2.1.16",
"proj4": "2.4.4"
},
"peerDependencies": {
"leaflet": "^1.0.3"
},
"author": "Javier Jimenez Shaw",
"contributors": [
{}
],
"readmeFilename": "README.md"
}