h5ai-flpsite/package.json
2014-08-23 00:00:58 +02:00

33 lines
842 B
JSON

{
"name": "h5ai",
"version": "0.26.1",
"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"
},
"dependencies": {
"fquery": "~0.12.17",
"fquery-cssmin": "~0.1.4",
"fquery-handlebars": "~0.1.0",
"fquery-includeit": "~0.1.1",
"fquery-jade": "~0.2.1",
"fquery-jshint": "~0.1.0",
"fquery-jszip": "~0.1.0",
"fquery-less": "~0.1.5",
"fquery-uglifyjs": "~0.1.3",
"lodash": "~2.4.1",
"mkr": "~0.3.0",
"mocha": "~1.21.3",
"zombie": "~2.0.0-alpha31"
}
}