UNPKG

diet-static

Version:

Static file server for diet based on send. A streaming static file server supporting partial responses (Ranges), conditional-GET negotiation, high test coverage, and granular events which may be leveraged to take appropriate actions in your application or

46 lines (45 loc) 1.12 kB
{ "name": "diet-static", "version": "2.2.0", "description": "Static file server for diet based on send. A streaming static file server supporting partial responses (Ranges), conditional-GET negotiation, high test coverage, and granular events which may be leveraged to take appropriate actions in your application or framework.", "homepage": "http://github.com/adamhalasz/diet-static/", "keywords": [ "static", "static server", "html", "public", "files", "resource", "resources", "css", "js", "images", "plugin", "diet plugin", "diet", "dietjs", "diet.js" ], "bugs": { "url": "http://github.com/adamhalasz/diet-static/issues", "email": "mail@adamhalasz.com" }, "repository": { "type": "git", "url": "https://github.com/adamhalasz/diet-static.git" }, "license": "MIT", "author": { "name": "Halász Ádám", "email": "mail@adamhalasz.com", "url": "http://adamhalasz.com/" }, "dependencies": { "send": ">=0.7.0", "mime": ">=1.2.11" }, "main": "index.js", "engines": { "node": ">=0.8.21" } }