2012-09-13 19:25:20 -03:00
|
|
|
{
|
|
|
|
"name": "h5ai",
|
2015-12-19 15:58:25 -03:00
|
|
|
"version": "0.28.1",
|
2015-12-19 13:07:17 -03:00
|
|
|
"description": "Modern HTTP web server index.",
|
2015-10-24 14:20:31 -03:00
|
|
|
"homepage": "https://larsjung.de/h5ai/",
|
2014-08-04 08:41:08 -04:00
|
|
|
"bugs": "https://github.com/lrsjng/h5ai/issues",
|
2015-10-24 14:20:31 -03:00
|
|
|
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
|
2012-09-13 19:25:20 -03: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 13:27:16 -03: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 10:24:33 -03:00
|
|
|
"devDependencies": {
|
2016-05-27 10:31:27 -04:00
|
|
|
"babel-core": "6.9.0",
|
2016-05-05 18:51:47 -03:00
|
|
|
"babel-eslint": "6.0.4",
|
2016-05-27 10:31:27 -04:00
|
|
|
"babel-preset-es2015": "6.9.0",
|
|
|
|
"eslint": "2.10.2",
|
2015-12-19 13:01:45 -03:00
|
|
|
"ghu": "0.4.0"
|
2015-04-13 23:21:05 -03:00
|
|
|
},
|
|
|
|
"engines": {
|
2015-12-19 13:07:17 -03:00
|
|
|
"node": ">=4.0.0"
|
2012-09-13 19:25:20 -03:00
|
|
|
}
|
|
|
|
}
|