UNPKG

mproj

Version:

A JavaScript port of the Proj.4 cartographic projections library

47 lines (46 loc) 934 B
{ "name": "mproj", "version": "0.0.40", "description": "A JavaScript port of the Proj.4 cartographic projections library", "keywords": [ "projections", "proj4", "cartography" ], "author": "Matthew Bloch <masiyou@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mbloch/mapshaper-proj" }, "engines": { "node": ">=0.12.0" }, "scripts": { "test": "mocha --recursive --check-leaks -R dot", "dev": "node build -f", "pretest": "node build", "prepublish": "npm test", "postpublish": "node ../mapshaper-extra/release.js mapshaper-proj" }, "main": "./dist/mproj.js", "files": [ "bin/**", "nad/**", "dist/**" ], "dependencies": { "rw": "~1.3.2", "geographiclib": "1.48.0" }, "devDependencies": { "catty": "0.0.8", "mocha": "^6.2.1", "proj4": "~2.3.14", "underscore": "~1.7" }, "bin": { "mproj": "./bin/mproj", "mcs2cs": "./bin/mcs2cs" } }