h5ai/package.json

33 lines
762 B
JSON
Raw Normal View History

2012-09-13 19:25:20 -03:00
{
"name": "h5ai",
2019-02-20 18:06:03 -03:00
"version": "0.29.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": {
2016-05-27 14:35:43 -04:00
"build": "node ghu release"
2014-08-04 08:41:08 -04:00
},
2014-09-19 10:24:33 -03:00
"devDependencies": {
"babel-loader": "6.2.4",
2019-02-20 18:06:03 -03:00
"babel-preset-env": "1.7.0",
"eslint": "5.14.1",
"ghu": "0.12.0",
"jsdom": "9.2.0",
"kjua": "0.1.2",
"lolight": "0.6.0",
"marked": "0.6.1",
"normalize.css": "8.0.1",
2016-07-22 15:19:10 -04:00
"null-loader": "0.1.1",
2019-02-20 18:06:03 -03:00
"scar": "1.0.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
}
}