UNPKG

geomapping

Version:
36 lines (35 loc) 804 B
{ "name": "geomapping", "version": "0.0.3", "description": "Geolocation coordinates on image", "scripts": { "test": "mocha", "watch": "rollup -c -w", "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/axeon-software/geomapping.git" }, "author": "Sébastien Montlibert", "license": "ISC", "bugs": { "url": "https://github.com/axeon-software/geomapping/issues" }, "homepage": "https://github.com/axeon-software/geomapping#readme", "dependencies": { "zoomable": "github:fabsharp/Zoomable" }, "devDependencies": { "chai": "^4.2.0", "jquery": "^3.3.1", "mocha": "^5.2.0", "pep": "^1.0.13", "rollup-plugin-terser": "^7.0.2" }, "keywords": [ "geolocalisation", "gps", "image" ] }