h5ai/package.json
2016-07-21 14:26:48 +02:00

29 lines
689 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.1.1",
"ghu": "0.7.0",
"kjua": "0.1.1",
"marked": "0.3.5",
"normalize.css": "4.2.0",
"scar": "0.14.0"
},
"engines": {
"node": ">=6.0.0"
}
}