h5ai/package.json

36 lines
867 B
JSON

{
"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 <lrsjng@gmail.com> (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 -s lint && npm run -s test"
},
"devDependencies": {
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"eslint": "5.16.0",
"ghu": "0.18.0",
"jsdom": "15.0.0",
"kjua": "0.5.0",
"lolight": "1.2.0",
"marked": "0.6.2",
"normalize.css": "8.0.1",
"null-loader": "1.0.0",
"scar": "1.6.0"
},
"engines": {
"node": ">=10.0.0"
}
}