26 lines
		
	
	
		
			713 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			713 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "serve-tpl-attachment",
 | |
|   "version": "1.0.1",
 | |
|   "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"
 | |
|   }
 | |
| }
 |