UNPKG

leaflet.mousecoordinatesystems

Version:
49 lines (48 loc) 1.33 kB
{ "name": "leaflet.mousecoordinatesystems", "version": "1.0.2", "description": "A Coordinate Mouse Viewer for Leaflet", "publishConfig": { "registry": "http://registry.npmjs.org/" }, "repository": { "type": "git", "url": "git+https://github.com/iofirag/leaflet.mousecoordinatesystems.git" }, "keywords": [ "mouseCoordinate", "GPS", "UTM", "UTMREF", "QTH", "NAC" ], "main": "dist/leaflet.mousecoordinatesystems.min.js", "author": "Johannes Rudolph <johannes.rudolph@gmx.com>", "license": "MIT", "bugs": { "url": "https://github.com/iofirag/leaflet.mousecoordinatesystems/issues" }, "homepage": "https://github.com/iofirag/leaflet.mousecoordinatesystems#readme", "scripts":{ "build": "rimraf ./dist && grunt" }, "devDependencies": { "grunt": "~1.0.1", "grunt-browserify": "5.2.0", "grunt-concat-css": "0.3.2", "grunt-contrib-concat": "1.0.1", "grunt-contrib-csslint": "2.0.0", "grunt-contrib-cssmin": "2.2.1", "grunt-contrib-jshint": "1.1.0", "grunt-contrib-qunit": "2.0.0", "grunt-contrib-uglify": "3.0.1", "grunt-contrib-yuidoc": "1.0.0", "grunt-env": "0.4.4", "grunt-istanbul": "0.8.0", "grunt-jsdoc": "^2.1.0", "grunt-mocha-test": "0.13.2", "mocha": "3.5.0", "rimraf": "^2.6.2" } }