h5ai/package.json
2015-12-19 19:58:25 +01:00

28 lines
708 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 .",
"ghu": "node -r babel-core/register ghu.js",
"build": "npm run -s ghu release"
},
"devDependencies": {
"babel-core": "6.3.21",
"babel-eslint": "5.0.0-beta6",
"babel-preset-es2015": "6.3.13",
"eslint": "1.10.3",
"ghu": "0.4.0"
},
"engines": {
"node": ">=4.0.0"
}
}