apiserver-router
Version:
A fast API router with integrated caching system
29 lines • 585 B
JSON
{
"author": "Kilian Ciuffolo <me@nailik.org> (http://nailik.org)",
"name": "apiserver-router",
"description": "A fast API router with integrated caching system",
"keywords": [
"apiserver",
"cache",
"router"
],
"version": "0.2.2",
"repository": {
"type": "git",
"url": "http://github.com/kilianc/node-apiserver-router.git"
},
"main": "./",
"scripts": {
"test": "make test"
},
"engines": {
"node": ">= v0.6.x"
},
"dependencies": {
"xregexp": "2.0.x"
},
"devDependencies": {
"mocha": "1.0.x",
"should": "0.6.1"
}
}