34 lines
868 B
JSON
34 lines
868 B
JSON
{
|
|
"name": "h5ai",
|
|
"version": "0.27.0",
|
|
"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": {
|
|
"build": "mkr release",
|
|
"build-test": "mkr build-test"
|
|
},
|
|
"devDependencies": {
|
|
"fquery": "~0.16.4",
|
|
"fquery-autoprefixer": "~0.2.0",
|
|
"fquery-cssmin": "~0.3.1",
|
|
"fquery-handlebars": "~0.3.0",
|
|
"fquery-includeit": "~0.3.0",
|
|
"fquery-jade": "~0.5.0",
|
|
"fquery-jshint": "~0.3.0",
|
|
"fquery-jszip": "~0.5.1",
|
|
"fquery-less": "~0.3.0",
|
|
"fquery-uglifyjs": "~0.3.0",
|
|
"mkr": "~0.8.5"
|
|
},
|
|
"engines": {
|
|
"node": "0.12.x"
|
|
}
|
|
}
|