{ "name": "node-static-alias", "version": "1.1.2", "title": "node-static-alias", "description": "Serve static file which is not requested file. (e.g. `file.min.js` is requested, serve `file.js`)", "keywords": [ "http", "httpd", "test", "static", "file", "server", "alias", "mod_rewrite", "directoryindex", "min", "log" ], "main": "./lib/node-static-alias.js", "files": [ "lib/!(.eslintrc.json)", "example/!(.eslintrc.json)", "ss.png" ], "engines": { "node": ">= 0.8.0" }, "dependencies": { "node-static": "~0.7.2" }, "homepage": "https://github.com/anseki/node-static-alias", "repository": { "type": "git", "url": "git://github.com/anseki/node-static-alias.git" }, "bugs": "https://github.com/anseki/node-static-alias/issues", "license": "MIT", "author": { "name": "anseki", "url": "https://github.com/anseki" } }