lime-router
Version:
A lean and mean REST routing middleware for the limerun project (OWIN-JS reference implementation), for both HTTP and COAP servers
43 lines (42 loc) • 845 B
JSON
{
"name": "lime-router",
"version": "0.2.7",
"description": "A lean and mean REST routing middleware for the limerun project (OWIN-JS reference implementation), for both HTTP and COAP servers",
"keywords": [
"limerun",
"lime",
"owin-js",
"owin",
"coap",
"middleware",
"router",
"route",
"expressjs",
"promise",
"http",
"connect",
"kraken",
"koa",
".NET"
],
"repository": {
"type": "git",
"url": "git://github.com/limerun/lime-router.git"
},
"dependencies": {
"bluebird": "*"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"homepage": "https://github.com/limerun/lime-router",
"maintainers": [
{
"name": "limerun",
"email": "build@limerun.com"
}
]
}