h5ai/package.json
2015-11-18 23:16:58 +01:00

29 lines
729 B
JSON

{
"name": "h5ai",
"version": "0.27.0",
"description": "A 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.1.2",
"babel-eslint": "4.1.3",
"babel-preset-es2015": "6.1.2",
"dateformat": "1.0.11",
"eslint": "1.7.3",
"ghu": "0.1.1"
},
"engines": {
"node": ">=5.0.0"
}
}