h5ai/package.json

37 lines
890 B
JSON
Raw Normal View History

2012-09-14 00:25:20 +02:00
{
"name": "h5ai",
2019-04-05 23:02:26 +02:00
"version": "0.29.3",
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": {
2019-03-22 02:33:58 +01:00
"lint": "eslint .",
"test": "node test",
"build": "node ghu release",
"precommit": "npm run lint && npm run test"
2014-08-04 14:41:08 +02:00
},
2014-09-19 15:24:33 +02:00
"devDependencies": {
2019-04-05 23:02:26 +02:00
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"babel-loader": "8.0.5",
"eslint": "5.16.0",
"ghu": "0.17.0",
2019-03-22 02:33:58 +01:00
"jsdom": "14.0.0",
2019-04-05 23:02:26 +02:00
"kjua": "0.4.0",
"lolight": "1.2.0",
"marked": "0.6.2",
2019-02-20 22:06:03 +01:00
"normalize.css": "8.0.1",
2016-07-22 21:19:10 +02:00
"null-loader": "0.1.1",
2019-04-05 23:02:26 +02:00
"scar": "1.5.0"
2015-04-14 04:21:05 +02:00
},
"engines": {
2019-02-20 22:06:03 +01:00
"node": ">=10.0.0"
2012-09-14 00:25:20 +02:00
}
}