expressor
Version:
Easy definition of express routes from a folder structure
57 lines (56 loc) • 1.15 kB
JSON
{
"name": "expressor",
"version": "2.1.1",
"description": "Easy definition of express routes from a folder structure",
"main": "./lib/",
"author": {
"name": "Overlook Motel"
},
"repository": {
"type": "git",
"url": "https://github.com/overlookmotel/expressor.git"
},
"bugs": {
"url": "https://github.com/overlookmotel/expressor/issues"
},
"dependencies": {
"lodash": "3.8.0",
"require-folder-tree": "^1.4.0",
"toposort": "^0.2.10"
},
"devDependencies": {
"express": "^4.12.3",
"mocha": "^2.2.4",
"chai": "^2.3.0",
"jshint": "^2.7.0",
"supertest": "^1.0.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"istanbul": "^0.3.14",
"coveralls": "^2.11.2"
},
"keywords": [
"express",
"route",
"routes",
"define",
"folder",
"file",
"structure",
"tree"
],
"scripts": {
"test": "make test",
"cover": "make cover"
},
"engines": {
"node": ">=0.10.0"
},
"readmeFilename": "README.md",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/overlookmotel/expressor/raw/master/License"
}
]
}