Fred Boniface
b10df9b578
All checks were successful
Generate Release / validate_and_release (push) Successful in 18s
15 lines
379 B
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"
|
|
}
|
|
}
|