ibird-docs
Version:
The docs module of ibird.
41 lines (40 loc) • 771 B
JSON
{
"name": "ibird-docs",
"version": "0.9.20",
"description": "The docs module of ibird.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/yinfxs/ibird.git"
},
"keywords": [
"ibird",
"node",
"mongodb",
"redis",
"koa",
"mongoosejs",
"web",
"app",
"http",
"application",
"framework",
"docs"
],
"author": "yinfxs",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/yinfxs/ibird/issues"
},
"homepage": "https://github.com/yinfxs/ibird#readme",
"dependencies": {
"fs-extra": "^4.0.1",
"ibird-raml": "^0.9.5",
"ibird-utils": "latest",
"js-yaml": "^3.8.3"
},
"engines": {
"node": ">= 7.6.0"
},
"devDependencies": {}
}