UNPKG

node-opml-parser

Version:
42 lines 993 B
{ "name": "node-opml-parser", "description": "Parse OPML lists of podcasts", "main": "index.js", "scripts": { "test": "mocha", "cover": "istanbul cover _mocha", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, "keywords": [ "podcast", "opml", "parse", "xml", "list", "rss", "feed", "flat" ], "author": "Antti Kupila <akupila@gmail.com>", "license": "ISC", "devDependencies": { "coveralls": "2.11.6", "expect.js": "0.3.1", "istanbul": "0.4.2", "mocha": "2.4.5", "mocha-lcov-reporter": "1.0.0", "semantic-release": "^4.3.5" }, "dependencies": { "sax": "1.1.5" }, "repository": { "type": "git", "url": "https://github.com/akupila/node-opml-parser" }, "bugs": { "url": "https://github.com/akupila/node-opml-parser/issues" }, "version": "1.0.0" }