UNPKG

jscoord

Version:

A simple Map coordinate system for NodeJS and potentially the browser.

24 lines (23 loc) 457 B
{ "name": "jscoord", "version": "1.2.0", "description": "A simple Map coordinate system for NodeJS and potentially the browser.", "main": "index.js", "keywords": [ "coord", "coordinates", "coords", "map", "maps" ], "author": "acorn", "license": "MIT", "repository": { "url": "https://github.com/itsacorn/jscoord", "type": "git" }, "scripts": { "lint": "eslint . --fix" }, "pre-commit": [ "lint" ] }