h5ai/package.json

30 lines
729 B
JSON
Raw Normal View History

2012-09-13 18:25:20 -04:00
{
"name": "h5ai",
2015-04-06 14:56:59 -04:00
"version": "0.27.0",
2015-10-24 13:20:31 -04:00
"description": "A modern HTTP web server index.",
"homepage": "https://larsjung.de/h5ai/",
2014-08-04 08:41:08 -04:00
"bugs": "https://github.com/lrsjng/h5ai/issues",
2015-10-24 13:20:31 -04:00
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
2012-09-13 18:25:20 -04:00
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/h5ai.git"
2014-08-04 08:41:08 -04:00
},
"scripts": {
2015-11-18 11:27:16 -05:00
"lint": "eslint .",
"ghu": "node -r babel-core/register ghu.js",
"build": "npm run -s ghu release"
2014-08-04 08:41:08 -04:00
},
2014-09-19 09:24:33 -04:00
"devDependencies": {
2015-11-18 11:27:16 -05:00
"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"
2015-04-13 22:21:05 -04:00
},
"engines": {
2015-11-18 11:27:16 -05:00
"node": ">=5.0.0"
2012-09-13 18:25:20 -04:00
}
}