UNPKG

spotthestation-rss-reader

Version:

Converts a NASA Spot The Station RSS file to a Javascript object.

31 lines (30 loc) 722 B
{ "name": "spotthestation-rss-reader", "version": "0.1.2", "description": "Converts a NASA Spot The Station RSS file to a Javascript object.", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/colw/spotthestation-rss-reader.git" }, "keywords": [ "nasa", "rss", "spot", "station", "spotthestation", "iss" ], "author": "colw <colw@outlook.com>", "license": "MIT", "bugs": { "url": "https://github.com/colw/spotthestation-rss-reader/issues" }, "homepage": "https://github.com/colw/spotthestation-rss-reader", "dependencies": { "xml2js": "^0.4.4" } }