26 lines
615 B
JSON
26 lines
615 B
JSON
{
|
|
"name": "h5ai",
|
|
"version": "0.28.1",
|
|
"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": {
|
|
"build": "node ghu release"
|
|
},
|
|
"devDependencies": {
|
|
"babel-loader": "6.2.4",
|
|
"babel-preset-es2015": "6.9.0",
|
|
"eslint": "3.0.0",
|
|
"ghu": "0.6.0",
|
|
"scar": "0.11.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.0"
|
|
}
|
|
}
|