35 lines
867 B
JSON
35 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.4",
|
|
"@babel/preset-env": "7.4.4",
|
|
"eslint": "5.16.0",
|
|
"ghu": "0.22.0",
|
|
"jsdom": "15.0.0",
|
|
"kjua": "0.6.0",
|
|
"lolight": "1.3.0",
|
|
"marked": "0.6.2",
|
|
"normalize.css": "8.0.1",
|
|
"null-loader": "1.0.0",
|
|
"scar": "2.2.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
}
|
|
}
|