mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-01-17 21:28:28 +01:00
31 lines
748 B
JSON
31 lines
748 B
JSON
{
|
|
"name": "h5ai",
|
|
"version": "0.27.0",
|
|
"develop": true,
|
|
"description": "A 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 .",
|
|
"ghu": "node -r babel-core/register ghu.js",
|
|
"build": "npm run -s ghu release"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "6.1.2",
|
|
"babel-eslint": "4.1.3",
|
|
"babel-preset-es2015": "6.1.2",
|
|
"dateformat": "1.0.11",
|
|
"eslint": "1.7.3",
|
|
"ghu": "0.1.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=5.0.0"
|
|
}
|
|
}
|