UNPKG

planet-earth

Version:

Library to find any location in the planet

54 lines (53 loc) 1.44 kB
{ "name": "planet-earth", "version": "0.1.0", "description": "Library to find any location in the planet", "main": "index.js", "directories": { "example": "./examples", "bin": "./bin", "lib": "./lib" }, "scripts": { "test": "mocha --reporter spec --bail --check-leaks test/", "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly --reporter spec --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha --reporter dot --check-leaks test/", "test-tap": "mocha --reporter tap --check-leaks test/" }, "keywords": [ "find", "earth", "location", "planet", "climatempo", "city" ], "engines": { "node": ">= 6.9.1" }, "author": { "name": "Guilherme Santos", "email": "guilhermedossantos91@gmail.com", "url": "https://www.climatempo.com.br" }, "maintainers": [], "contributors": [], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/climatempo/planet-earth.git" }, "bugs": { "url": "https://github.com/climatempo/planet-earth/issues" }, "homepage": "https://github.com/climatempo/planet-earth#readme", "devDependencies": { "eslint": "^3.10.2", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^3.0.1", "eslint-plugin-react": "^6.7.1", "istanbul": "^0.4.5", "mocha": "^3.1.2" } }