UNPKG

global-mercator

Version:
53 lines (52 loc) 1.58 kB
{ "name": "global-mercator", "version": "0.2.2", "description": "Global Mercator", "main": "index.js", "scripts": { "docs": "npm run build && npm run documentation", "documentation": "cat HEADER.md > README.md && documentation build index.js -c documentation.yml -f md >> README.md", "typings": "./node_modules/typings/dist/bin.js install", "test": "npm run build && npm run ava && npm run lint", "build": "./node_modules/typescript/bin/tsc", "ava": "./node_modules/nyc/bin/nyc.js ./node_modules/ava/cli.js", "coverage": "./node_modules/nyc/bin/nyc.js ./node_modules/ava/cli.js", "lint": "./node_modules/tslint/bin/tslint index.ts test.ts", "patch": "npm version patch && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/DenisCarriere/global-mercator.git" }, "author": "Denis Carriere <carriere.denis@gmail.com>", "contributors": [ "Denis Carriere <carriere.denis@gmail.com>" ], "license": "MIT", "bugs": { "url": "https://github.com/DenisCarriere/global-mercator/issues" }, "homepage": "https://github.com/DenisCarriere/global-mercator#readme", "dependencies": { "debug": "^2.2.0", "lodash": "^4.16.1" }, "devDependencies": { "ava": "^0.16.0", "coveralls": "^2.11.14", "documentation": "^4.0.0-beta10", "nyc": "^8.3.0", "ts-node": "^1.3.0", "tslint": "^3.15.1", "typescript": "^1.8.10", "typings": "^1.3.3" }, "ava": { "files": [ "test.js" ], "concurrency": 5, "failFast": true, "tap": true } }