p2fb
Version:
Generate an Alexa Flash Briefing skill JSON feed from an iTunes podcast XML feed URL.
59 lines (58 loc) • 1.18 kB
JSON
{
"name": "p2fb",
"version": "0.0.6",
"description": "Generate an Alexa Flash Briefing skill JSON feed from an iTunes podcast XML feed URL.",
"bin": {
"p2fb": "bin/p2fb"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/miguelmota/p2fb"
},
"keywords": [
"itunes",
"podcast",
"alexa",
"skill",
"flash",
"briefing",
"ask",
"avs",
"voice",
"service",
"generator",
"url",
"convert",
"cli"
],
"author": {
"name": "Miguel Mota",
"email": "hello@miguelmota.com",
"url": "https://miguelmota.com/"
},
"license": {
"type": "MIT",
"url": "https://github.com/miguelmota/p2fb/blob/master/LICENSE.md"
},
"bugs": {
"url": "https://github.com/miguelmota/p2fb/issues"
},
"homepage": "https://github.com/miguelmota/p2fb",
"devDependencies": {},
"preferGlobal": false,
"engines": {
"node": ">=7"
},
"dependencies": {
"minimist": "^1.2.0",
"moment": "^2.18.1",
"pify": "^3.0.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"xml2js": "^0.4.19"
}
}