{ "name": "static-file-http-server", "version": "0.1.15", "description": "A simple and zero-configuration command-line http server for static file hosting", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "repository": { "type": "git", "url": "https://github.com/devraymondsh/static-file-http-server.git" }, "keywords": ["static","webserver"], "author": "Mahdi Sharifi ", "license": "MIT", "bugs": { "url": "https://github.com/devraymondsh/static-file-http-server/issues" }, "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }