{ "name": "h5ai", "version": "0.29.2", "description": "Modern HTTP web server index.", "homepage": "https://larsjung.de/h5ai/", "bugs": "https://github.com/lrsjng/h5ai/issues", "author": "Lars Jung (https://larsjung.de)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/lrsjng/h5ai.git" }, "scripts": { "lint": "eslint .", "test": "node test", "build": "node ghu release", "precommit": "npm run lint && npm run test" }, "devDependencies": { "@babel/core": "7.4.3", "@babel/preset-env": "7.4.3", "babel-loader": "8.0.5", "eslint": "5.16.0", "ghu": "0.18.0", "jsdom": "14.0.0", "kjua": "0.4.0", "lolight": "1.2.0", "marked": "0.6.2", "normalize.css": "8.0.1", "null-loader": "0.1.1", "scar": "1.6.0" }, "engines": { "node": ">=10.0.0" } }