h5ai/package.json

33 lines
765 B
JSON
Raw Normal View History

2012-09-14 00:25:20 +02:00
{
"name": "h5ai",
2016-08-12 14:57:36 +02:00
"version": "0.29.0",
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": {
2016-05-27 20:35:43 +02:00
"build": "node ghu release"
2014-08-04 14:41:08 +02:00
},
2014-09-19 15:24:33 +02:00
"devDependencies": {
"babel-loader": "6.2.4",
2016-08-07 18:15:22 +02:00
"babel-preset-es2015": "6.13.2",
2016-08-03 11:52:45 +02:00
"eslint": "3.2.2",
"ghu": "0.11.0",
2016-08-11 17:31:42 +02:00
"jsdom": "9.4.2",
2016-07-21 14:26:48 +02:00
"kjua": "0.1.1",
2016-07-21 16:31:14 +02:00
"lolight": "0.3.0",
2016-08-03 11:52:45 +02:00
"marked": "0.3.6",
2016-07-21 14:26:48 +02:00
"normalize.css": "4.2.0",
2016-07-22 21:19:10 +02:00
"null-loader": "0.1.1",
2016-08-03 11:52:45 +02:00
"scar": "0.17.0"
2015-04-14 04:21:05 +02:00
},
"engines": {
2016-05-27 20:35:43 +02:00
"node": ">=6.0.0"
2012-09-14 00:25:20 +02:00
}
}