@nohost/router
Version:
Nohost cluster router
38 lines (37 loc) • 833 B
JSON
{
"name": "@nohost/router",
"version": "1.1.0",
"description": "Nohost cluster router",
"main": "lib/",
"scripts": {
"lint": "eslint lib",
"lintfix": "eslint --fix lib",
"test": ""
},
"registry": "https://registry.npmjs.org/@nohost/router",
"repository": {
"type": "git",
"url": "git+https://github.com/nohosts/router.git"
},
"keywords": [
"whistle",
"nohost",
"cluster"
],
"author": "avwu <avwu@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/nohosts/router/issues"
},
"homepage": "https://github.com/nohosts/router#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-imweb": "^0.2.19",
"koa": "^2.13.1",
"koa-router": "^10.0.0"
},
"dependencies": {
"hparser": "^0.4.0"
}
}