22 lines
464 B
JSON
22 lines
464 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|