UNPKG

express-mount-files

Version:

An express middleware for registering routes through your filesystem

61 lines (60 loc) 1.52 kB
{ "name": "express-mount-files", "version": "0.1.1", "description": "An express middleware for registering routes through your filesystem", "main": "src/index.js", "engines": { "node": ">=8.12.0" }, "scripts": { "lint": "eslint '**/*.js'", "test": "nyc --reporter=text ava", "coverage": "nyc report --reporter=text-lcov | coveralls", "release": "np" }, "repository": { "type": "git", "url": "git+https://github.com/rhumaric/express-mount-files.git" }, "keywords": [ "express", "express-plugin" ], "author": "Romaric Pascal <hello@romaricpascal.is>", "license": "MIT", "bugs": { "url": "https://github.com/rhumaric/express-mount-files/issues" }, "homepage": "https://github.com/rhumaric/express-mount-files#readme", "devDependencies": { "@commitlint/cli": "^8.1.0", "@commitlint/config-conventional": "^8.1.0", "ava": "^2.4.0", "consolidate": "^0.15.1", "coveralls": "^3.0.6", "eslint": "^6.2.1", "eslint-config-defaults": "^9.0.0", "eslint-config-prettier": "^6.1.0", "eslint-plugin-node": "^9.1.0", "eslint-plugin-prettier": "^3.1.0", "express": "^4.17.1", "husky": "^3.0.4", "lint-staged": "^9.2.3", "np": "^6.1.0", "nunjucks": "^3.2.0", "nyc": "^14.1.1", "prettier": "^1.18.2", "supertest": "^4.0.2" }, "peerDependencies": { "express": "^4.17.1" }, "dependencies": { "fast-glob": "^3.0.4" }, "ava": { "files": [ "**/*.test.js" ] } }