node-static-auth
Version:
Node.js static server with Basic auth and access file logging, HTTPS support and custom error pages
56 lines (55 loc) • 1.38 kB
JSON
{
"name": "node-static-auth",
"version": "1.0.6",
"description": "Node.js static server with Basic auth and access file logging, HTTPS support and custom error pages",
"main": "lib/index.js",
"scripts": {
"test": "gulp test",
"start": "node example/server"
},
"repository": {
"type": "git",
"url": "https://github.com/traynor/node-static-auth.git"
},
"keywords": [
"http",
"https",
"static",
"file",
"logger",
"basic",
"auth",
"middleware"
],
"engines": {
"node": ">= 0.10.0"
},
"author": "traynor <traynor1@protonmail.com>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-source-map-support-for-6": "0.0.5",
"babel-preset-env": "^1.6.1",
"browser-sync": "^2.23.6",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-eslint": "^4.0.1",
"gulp-file-cache": "0.0.1",
"gulp-mocha": "^5.0.0",
"gulp-nodemon": "^2.2.1",
"gulp-sourcemaps": "^2.6.3",
"gulp-supervisor": "^0.1.2",
"node-run-cmd": "^1.0.1",
"superagent": "^3.8.2"
},
"dependencies": {
"basic-auth": "^2.0.0",
"deepmerge": "^2.1.0",
"morgan": "^1.9.0",
"node-static": "^0.7.10",
"rotating-file-stream": "^1.3.5",
"source-map-support": "^0.5.4"
}
}