[WIP] Node script to convert player-yaml to html. See https://code.with.camp/sanj/padmaEmbeds for context
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
464 B

{
"name": "player-yaml-html",
"version": "1.0.0",
"description": "Convert playlist YAML-ish documents to JSON -> HTML",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://code.with.camp/sanj/player-yaml-html"
},
"author": "CAMP",
"license": "ISC",
"dependencies": {
"yamljs": "^0.3.0"
},
"devDependencies": {
"tape": "^4.9.0"
}
}