2012-09-14 00:25:20 +02:00
|
|
|
{
|
|
|
|
"name": "h5ai",
|
2015-12-19 19:58:25 +01:00
|
|
|
"version": "0.28.1",
|
2015-12-19 17:07:17 +01:00
|
|
|
"description": "Modern HTTP web server index.",
|
2015-10-24 19:20:31 +02:00
|
|
|
"homepage": "https://larsjung.de/h5ai/",
|
2014-08-04 14:41:08 +02:00
|
|
|
"bugs": "https://github.com/lrsjng/h5ai/issues",
|
2015-10-24 19:20:31 +02:00
|
|
|
"author": "Lars Jung <lrsjng@gmail.com> (https://larsjung.de)",
|
2012-09-14 00:25:20 +02:00
|
|
|
"license": "MIT",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/lrsjng/h5ai.git"
|
2014-08-04 14:41:08 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2015-11-18 17:27:16 +01:00
|
|
|
"lint": "eslint .",
|
|
|
|
"ghu": "node -r babel-core/register ghu.js",
|
|
|
|
"build": "npm run -s ghu release"
|
2014-08-04 14:41:08 +02:00
|
|
|
},
|
2014-09-19 15:24:33 +02:00
|
|
|
"devDependencies": {
|
2016-05-05 23:51:47 +02:00
|
|
|
"babel-core": "6.8.0",
|
|
|
|
"babel-eslint": "6.0.4",
|
|
|
|
"babel-preset-es2015": "6.6.0",
|
|
|
|
"eslint": "2.9.0",
|
2015-12-19 17:01:45 +01:00
|
|
|
"ghu": "0.4.0"
|
2015-04-14 04:21:05 +02:00
|
|
|
},
|
|
|
|
"engines": {
|
2015-12-19 17:07:17 +01:00
|
|
|
"node": ">=4.0.0"
|
2012-09-14 00:25:20 +02:00
|
|
|
}
|
|
|
|
}
|