h5ai/package.json

32 lines
774 B
JSON
Raw Normal View History

2012-09-13 18:25:20 -04:00
{
"name": "h5ai",
2019-04-05 17:02:49 -04:00
"version": "0.29.2",
2015-12-19 11:07:17 -05:00
"description": "Modern HTTP web server index.",
2015-10-24 13:20:31 -04:00
"homepage": "https://larsjung.de/h5ai/",
"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": {
2019-03-21 21:33:58 -04: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 09:24:33 -04:00
"devDependencies": {
2020-07-24 03:57:30 -04:00
"@babel/core": "7.10.5",
"@babel/preset-env": "7.10.4",
"eslint": "7.5.0",
2020-07-25 17:06:16 -04:00
"ghu": "0.26.0",
2020-07-24 03:57:30 -04:00
"jsdom": "16.3.0",
2020-07-25 17:06:16 -04:00
"kjua": "0.9.0",
"lolight": "1.4.0",
2020-07-24 03:57:30 -04:00
"marked": "1.1.1",
2019-02-20 16:06:03 -05:00
"normalize.css": "8.0.1",
2020-07-24 03:57:30 -04:00
"null-loader": "4.0.0",
"scar": "2.3.0"
2012-09-13 18:25:20 -04:00
}
}