h5ai/package.json
2014-08-04 14:41:08 +02:00

22 lines
546 B
JSON

{
"name": "h5ai",
"version": "0.25.2",
"develop": true,
"description": "a modern HTTP web server index",
"homepage": "http://larsjung.de/h5ai/",
"bugs": "https://github.com/lrsjng/h5ai/issues",
"author": "Lars Jung <lrsjng@gmail.com> (http://larsjung.de)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lrsjng/h5ai.git"
},
"scripts": {
"test": "mocha --recursive test"
},
"devDependencies": {
"lodash": "^2.4.1",
"mocha": "^1.21.3",
"zombie": "^2.0.0-alpha31"
}
}