1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-31 09:31:54 +02:00
Files
php-h5ai/package.json
2019-02-20 22:06:03 +01:00

33 lines
762 B
JSON

{
"name": "h5ai",
"version": "0.29.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-env": "1.7.0",
"eslint": "5.14.1",
"ghu": "0.12.0",
"jsdom": "9.2.0",
"kjua": "0.1.2",
"lolight": "0.6.0",
"marked": "0.6.1",
"normalize.css": "8.0.1",
"null-loader": "0.1.1",
"scar": "1.0.0"
},
"engines": {
"node": ">=10.0.0"
}
}