UNPKG

nasa-apod

Version:

NASA's Astronomy Picture of the Day API

36 lines (35 loc) 771 B
{ "name": "nasa-apod", "version": "0.2.0", "description": "NASA's Astronomy Picture of the Day API", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/hodavidhara/nasa-apod.git" }, "keywords": [ "NASA", "APOD", "Astronomy", "Picture" ], "author": "David Hara <hakuhen@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/hodavidhara/nasa-apod/issues" }, "homepage": "https://github.com/hodavidhara/nasa-apod#readme", "dependencies": { "request": "^2.88.0", "request-promise": "^4.2.2" }, "devDependencies": { "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "mocha": "^5.2.0", "nock": "^10.0.2" } }