h5ai/package.json
2016-06-03 23:08:30 +02:00

28 lines
666 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": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
"eslint": "2.11.0",
"ghu": "0.6.0",
"scar": "0.10.1",
"sinon": "2.0.0-pre"
},
"engines": {
"node": ">=6.0.0"
}
}