h5ai/package.json

28 lines
642 B
JSON
Raw Normal View History

2012-09-13 18:25:20 -04:00
{
"name": "h5ai",
2015-12-19 13:58:25 -05:00
"version": "0.28.1",
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/",
2014-08-04 08:41:08 -04:00
"bugs": "https://github.com/lrsjng/h5ai/issues",
2015-10-24 13:20:31 -04:00
"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": {
2016-05-27 14:35:43 -04:00
"build": "node ghu release"
2014-08-04 08:41:08 -04:00
},
2014-09-19 09:24:33 -04:00
"devDependencies": {
"babel-loader": "6.2.4",
"babel-preset-es2015": "6.9.0",
2016-06-20 21:20:04 -04:00
"eslint": "2.13.1",
2016-05-31 20:15:04 -04:00
"ghu": "0.6.0",
2016-06-18 06:22:29 -04:00
"scar": "0.11.0",
2016-05-31 20:15:04 -04:00
"sinon": "2.0.0-pre"
2015-04-13 22:21:05 -04:00
},
"engines": {
2016-05-27 14:35:43 -04:00
"node": ">=6.0.0"
2012-09-13 18:25:20 -04:00
}
}