shortstop-yaml
Version:
shortstop handler to parse yaml
22 lines (21 loc) • 463 B
JSON
{
"name": "shortstop-yaml",
"version": "1.0.0",
"description": "shortstop handler to parse yaml",
"main": "index.js",
"scripts": {
"test": "tap test"
},
"keywords": ["shortstop", "yaml"],
"author": "Jean-Charles Sisk <jasisk@gmail.com>",
"license": "ISC",
"dependencies": {
"caller": "^1.0.1",
"js-yaml": "^3.7.0",
"shortstop-handlers": "^1.0.1"
},
"devDependencies": {
"shortstop": "^1.0.3",
"tap": "^8.0.1"
}
}