express-aglio
Version:
glues aglio into express in a convenient manner.
31 lines (30 loc) • 664 B
JSON
{
"name": "express-aglio",
"version": "1.1.0",
"description": "glues aglio into express in a convenient manner.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/r3wt/express-aglio"
},
"keywords": [
"express",
"aglio",
"documentation",
"docs",
"apib",
"api blueprint language"
],
"author": "Garrett Morris <stuckinabox@live.com> (https://github.com/r3wt)",
"license": "MIT",
"devDependencies": {
"express": "^4.17.1"
},
"dependencies": {
"aglio": "^2.3.0",
"node-watch": "^0.6.3"
}
}