h5ai/package.json
2016-05-27 20:35:43 +02:00

24 lines
553 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": {
"lint": "eslint .",
"build": "node ghu release"
},
"devDependencies": {
"eslint": "2.10.2",
"ghu": "0.4.0"
},
"engines": {
"node": ">=6.0.0"
}
}