sbp-utils-yml-to-json
Version:
Small repo which reads yaml file(s) from a directory and returns a json object
27 lines (26 loc) • 573 B
JSON
{
"name": "sbp-utils-yml-to-json",
"version": "2.0.0",
"description": "Small repo which reads yaml file(s) from a directory and returns a json object",
"main": "index.js",
"scripts": {
"test": "node ./test/test"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:swe-nrb/dev/sbp-utils-yml-to-json.git"
},
"keywords": [
"sbp",
"infopack",
"nrb"
],
"author": "Johan Asplund",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0",
"infopack": "^0.2.2",
"lodash": "^4.17.4",
"yamljs": "^0.2.10"
}
}