yaml-edit
Version:
Library for editing yaml files
28 lines (27 loc) • 578 B
JSON
{
"name": "yaml-edit",
"version": "0.1.3",
"description": "Library for editing yaml files",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mpuittinen/yaml-edit.git"
},
"keywords": [
"Yaml",
"edit"
],
"author": "Mikael Puittinen",
"license": "MIT",
"bugs": {
"url": "https://github.com/mpuittinen/yaml-edit/issues"
},
"homepage": "https://github.com/mpuittinen/yaml-edit#readme",
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^3.1.2"
}
}