2012-09-13 19:25:20 -03:00
|
|
|
{
|
|
|
|
"name": "h5ai",
|
2019-04-05 18:02:49 -03:00
|
|
|
"version": "0.29.2",
|
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": {
|
2019-03-21 22:33:58 -03:00
|
|
|
"lint": "eslint .",
|
|
|
|
"test": "node test",
|
|
|
|
"build": "node ghu release",
|
2019-04-16 14:59:05 -04:00
|
|
|
"precommit": "npm run -s lint && npm run -s test"
|
2014-08-04 08:41:08 -04:00
|
|
|
},
|
2014-09-19 10:24:33 -03:00
|
|
|
"devDependencies": {
|
2020-03-07 09:57:56 -03:00
|
|
|
"@babel/core": "7.8.7",
|
|
|
|
"@babel/preset-env": "7.8.7",
|
2020-02-15 22:37:00 -03:00
|
|
|
"eslint": "6.8.0",
|
2020-02-19 14:36:12 -03:00
|
|
|
"ghu": "0.25.0",
|
2020-07-09 03:47:07 -04:00
|
|
|
"jsdom": "16.2.2",
|
2019-05-05 17:03:07 -04:00
|
|
|
"kjua": "0.6.0",
|
|
|
|
"lolight": "1.3.0",
|
2020-02-15 22:37:00 -03:00
|
|
|
"marked": "0.8.0",
|
2019-02-20 18:06:03 -03:00
|
|
|
"normalize.css": "8.0.1",
|
2019-08-12 15:54:07 -04:00
|
|
|
"null-loader": "3.0.0",
|
2019-05-05 17:03:07 -04:00
|
|
|
"scar": "2.2.0"
|
2015-04-13 23:21:05 -03:00
|
|
|
},
|
|
|
|
"engines": {
|
2019-02-20 18:06:03 -03:00
|
|
|
"node": ">=10.0.0"
|
2012-09-13 19:25:20 -03:00
|
|
|
}
|
|
|
|
}
|