h5ai/package.json

23 lines
546 B
JSON
Raw Normal View History

2012-09-14 00:25:20 +02:00
{
"name": "h5ai",
2014-08-16 13:19:46 +02:00
"version": "0.26.0",
2014-08-16 13:21:28 +02:00
"develop": true,
2012-09-14 00:25:20 +02:00
"description": "a modern HTTP web server index",
2014-07-27 16:49:41 +02:00
"homepage": "http://larsjung.de/h5ai/",
2014-08-04 14:41:08 +02:00
"bugs": "https://github.com/lrsjng/h5ai/issues",
2014-07-27 16:49:41 +02:00
"author": "Lars Jung <lrsjng@gmail.com> (http://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": {
"test": "mocha --recursive test"
},
"devDependencies": {
2014-08-10 22:10:43 +02:00
"lodash": "~2.4.1",
"mocha": "~1.21.3",
"zombie": "~2.0.0-alpha31"
2012-09-14 00:25:20 +02:00
}
}