autostrada
Version:
Auto routes the content of a www directory. You can add a filter to have custom URLs.
31 lines (30 loc) • 624 B
JSON
{
"name": "autostrada",
"version": "1.4.2",
"description": "Auto routes the content of a www directory. You can add a filter to have custom URLs.",
"keywords": [
"auto route",
"autoroute",
"www"
],
"license": "GPL-3.0-or-later",
"main": "index.js",
"repository": "gitlab:Cl00e9ment/autostrada",
"author": {
"name": "Clément Saccoccio"
},
"scripts": {
"test": "mocha --exit"
},
"dependencies": {
"chokidar": "^3.2.3",
"escape-string-regexp": "^2.0.0",
"is-directory": "^0.3.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"mocha": "^6.2.2",
"rimraf": "^3.0.0"
}
}