serve-tpl-download.js/package.json

30 lines
795 B
JSON

{
"name": "serve-tpl-attachment",
"version": "1.0.4",
"description": "A template for serve-static with a direct download option (requires serve-index)",
"homepage": "https://git.coolaj86.com/coolaj86/serve-tpl-download.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/serve-tpl-download.js.git"
},
"keywords": [
"serve-static",
"serve-index"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR Apache-2.0)",
"dependencies": {
"accepts": "^1.3.5",
"batch": "^0.6.1",
"mime-types": "^2.1.19"
},
"devDependencies": {
"express": "^4.16.3",
"serve-index": "^1.9.1"
}
}