UNPKG

ecstatic

Version:

A simple static file server middleware that works with both Express and Flatiron

46 lines (45 loc) 1.18 kB
{ "author": "Joshua Holbrook <josh@nodejitsu.com> (http://jesusabdullah.net)", "name": "ecstatic", "description": "A simple static file server middleware that works with both Express and Flatiron", "version": "3.1.0", "homepage": "https://github.com/jfhbrook/node-ecstatic", "repository": { "type": "git", "url": "git@github.com:jfhbrook/node-ecstatic.git" }, "main": "./lib/ecstatic.js", "scripts": { "fix": "eslint --fix ./lib/ ./example/ ./test", "pretest": "eslint ./lib/ ./example/ ./test", "test": "tap --coverage test/*.js", "posttest": "tap --coverage-report=text-lcov | codecov" }, "bin": "./lib/ecstatic.js", "keywords": [ "static", "web", "server", "files", "mime", "middleware" ], "dependencies": { "he": "^1.1.1", "mime": "^1.4.0", "minimist": "^1.1.0", "url-join": "^2.0.2" }, "devDependencies": { "codecov": "^2.2.0", "eol": "^0.9.0", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.2.0", "eslint-plugin-import": "^2.3.0", "express": "^4.12.3", "mkdirp": "^0.5.0", "request": "^2.49.0", "tap": "^10.3.3" }, "license": "MIT" }