data/package.json

15 lines
379 B
JSON

{
"name": "merge-yaml",
"version": "1.0.0",
"description": "Contains OwlBoard provided data. Queried programatically by the OwlBoard dbmanager application to be loaded into the database.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"yaml": "^2.4.1"
}
}