json-routing-v-ks
Version:
Extended version of Giorgio Modoni JSON ROUTING
42 lines (41 loc) • 882 B
JSON
{
"name": "json-routing-v-ks",
"description": "Extended version of Giorgio Modoni JSON ROUTING",
"version": "1.0.0",
"author": "Krutarth Shah <shakrutarth@gmail.com>",
"homepage": "http://github.com/shahkrutarth/json-routing",
"main": "./lib/route",
"repository": {
"type": "git",
"url": "https://github.com/shahkrutarth/json-routing"
},
"bugs": {
"url": "https://github.com/shahkrutarth/json-routing/issues"
},
"dependencies": {},
"devDependencies": {
"express": "*",
"morgan": "*",
"mocha": "*",
"request": "*",
"should": "*",
"describe": "*"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"routes",
"route",
"cors",
"json-route",
"json",
"route-config",
"express",
"route-config"
],
"engines": {
"node": ">=6.4.0"
},
"license": "MIT"
}