UNPKG

openweathermap-apis

Version:

An abstraction layer for the openweathermap.org APIs

77 lines (76 loc) 1.76 kB
{ "name": "openweathermap-apis", "description": "An abstraction layer for the openweathermap.org APIs", "keywords": [ "weather", "openweathermap", "openweathermap.org", "openweather", "api" ], "version": "2.1.1", "author": { "name": "Steven Collins", "email": "steven@carboncollins.uk", "url": "https://carboncollins.uk" }, "contributors": [ { "name": "Kersten Burkhardt", "url": "https://github.com/kersten" } ], "scripts": { "test": "istanbul cover ./tests/test.js" }, "repository": { "type": "git", "url": "https://github.com/CarbonCollins/openweathermap-nodejs.git" }, "bugs": { "url": "https://github.com/CarbonCollins/openweathermap-nodejs/issues" }, "homepage": "https://carboncollins.uk/npm/openweathermap-nodejs", "devDependencies": { "babel-eslint": "^8.0.2", "chai": "^4.1.2", "diff": "^3.4.0", "eslint": "^4.13.1", "eslint-config-airbnb-base": "^12.1.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-mocha": "^4.11.0", "fs-extra": "^5.0.0", "gulp": "^3.9.1", "istanbul": "^0.4.5", "jsdoc-to-markdown": "^3.0.1", "jsdoc-x": "^2.0.1", "mocha": "^4.0.1", "querystring": "^0.2.0", "require": "^2.4.20", "rewire": "^3.0.2" }, "main": "./index.js", "engines": { "node": ">=6.x" }, "licenses": [ { "type": "MIT", "url": "https://opensource.org/licenses/MIT" } ], "readmeFilename": "README.md", "dependencies": { "moment": "^2.20.1", "request": "^2.83.0", "request-promise-native": "^1.0.5" }, "publishConfig": { "access": "public" }, "directories": { "doc": "./docs", "lib": "./lib", "test": "./tests" } }