UNPKG

node-podcast-parser

Version:
47 lines (46 loc) 1.1 kB
{ "name": "node-podcast-parser", "description": "Parse podcast feeds into objects", "version": "2.3.0", "main": "index.js", "scripts": { "build": "babel src/index.js --out-file index.js", "prepublish": "npm run build && npm run test", "test": "mocha", "cover": "istanbul cover _mocha", "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls" }, "keywords": [ "podcast", "node", "rss", "feed", "parse", "xml" ], "author": "Antti Kupila <akupila@gmail.com>", "license": "ISC", "devDependencies": { "babel-cli": "^6.6.4", "babel-preset-es2015": "^6.6.0", "coveralls": "^3.0.1", "expect.js": "0.3.1", "istanbul": "^0.4.5", "mocha": "^5.1.1", "mocha-lcov-reporter": "1.0.0" }, "dependencies": { "lodash": "^4.17.10", "sax": "1.1.5" }, "engines": { "node": ">= 4.0.0" }, "repository": { "type": "git", "url": "https://github.com/akupila/node-podcast-parser" }, "bugs": { "url": "https://github.com/akupila/node-podcast-parser/issues" } }