UNPKG

tiny-cdn

Version:
47 lines (46 loc) 920 B
{ "name": "tiny-cdn", "bin": "./tiny-cdn", "files": [ "cli/tiny-cdn-cli.js", "cli/tiny-cdn-converger.js" ], "version": "0.7.0", "description": "A tiny static files serving handler", "keywords": [ "gzip", "deflate", "cdn", "performance", "raspberry", "arduino", "IoT", "static", "files", "express", "alternative" ], "main": "tiny-cdn", "scripts": { "test": "node test/.test.js" }, "repository": { "type": "git", "url": "git+https://github.com/WebReflection/tiny-cdn.git" }, "author": "Andrea Giammarchi", "license": "MIT", "bugs": { "url": "https://github.com/WebReflection/tiny-cdn/issues" }, "homepage": "https://github.com/WebReflection/tiny-cdn#readme", "dependencies": { "holdon": "*", "mime-types": "*" }, "devDependencies": { "compression": "*", "express": "^4.0.0", "wru": "*" } }