global-mercator
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "global-mercator", | ||
"version": "1.1.0", | ||
"description": "Global Mercator", | ||
"version": "1.1.1", | ||
"description": "Tools to help with TMS, Quadkey & Google (XYZ) Tiles", | ||
"main": "index.js", | ||
"jsnext:main": "index.js", | ||
"scripts": { | ||
"test": "npm run build && npm run ava && npm run lint", | ||
"docs": "npm run build && npm run documentation", | ||
"documentation": "cat HEADER.md > README.md && ./node_modules/documentation/bin/documentation.js build index.js -c documentation.yml -f md >> README.md", | ||
"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": "npm run build && ./node_modules/tslint/bin/tslint index.ts test.ts && ./node_modules/documentation/bin/documentation.js lint index.js" | ||
"test": "tsc && nyc ava && npm run lint", | ||
"docs": "tsc && cat HEADER.md > README.md && documentation build index.js -c documentation.yml -f md >> README.md", | ||
"lint": "tsc && tslint index.ts test.ts && documentation lint index.js" | ||
}, | ||
@@ -16,0 +12,0 @@ "repository": { |
@@ -1,8 +0,6 @@ | ||
# Global Mercator (ES6 Module) | ||
[![Build Status](https://travis-ci.org/DenisCarriere/global-mercator.svg?branch=master)](https://travis-ci.org/DenisCarriere/global-mercator) | ||
[![Coverage Status](https://coveralls.io/repos/github/DenisCarriere/global-mercator/badge.svg?branch=master)](https://coveralls.io/github/DenisCarriere/global-mercator?branch=master) | ||
[![NPM Version](https://img.shields.io/npm/v/global-mercator.svg)](https://www.npmjs.com/package/global-mercator) | ||
[![License](https://img.shields.io/npm/l/global-mercator.svg)](https://github.com/DenisCarriere/global-mercator/blob/master/LICENSE.md) | ||
# Global Mercator (ES6 Module) | ||
A set of tools geospatial tools to help with TMS, Google (XYZ) Tiles. | ||
@@ -9,0 +7,0 @@ |
122525
586