h5ai/package.json

35 lines
868 B
JSON
Raw Normal View History

2012-09-13 18:25:20 -04:00
{
"name": "h5ai",
2015-04-06 14:56:59 -04:00
"version": "0.27.0",
2015-04-06 15:01:40 -04:00
"develop": true,
2012-09-13 18:25:20 -04:00
"description": "a modern HTTP web server index",
2014-07-27 10:49:41 -04:00
"homepage": "http://larsjung.de/h5ai/",
2014-08-04 08:41:08 -04:00
"bugs": "https://github.com/lrsjng/h5ai/issues",
2014-07-27 10:49:41 -04:00
"author": "Lars Jung <lrsjng@gmail.com> (http://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": {
2014-09-13 10:39:38 -04:00
"build": "mkr release",
2015-04-17 19:11:48 -04:00
"build-test": "mkr build-test"
2014-08-04 08:41:08 -04:00
},
2014-09-19 09:24:33 -04:00
"devDependencies": {
2015-04-12 18:13:38 -04:00
"fquery": "~0.16.3",
"fquery-autoprefixer": "~0.2.0",
"fquery-cssmin": "~0.3.1",
"fquery-handlebars": "~0.3.0",
"fquery-includeit": "~0.3.0",
"fquery-jade": "~0.4.1",
"fquery-jshint": "~0.3.0",
"fquery-jszip": "~0.5.1",
"fquery-less": "~0.3.0",
"fquery-uglifyjs": "~0.3.0",
2015-04-10 14:48:26 -04:00
"mkr": "~0.8.2"
2015-04-13 22:21:05 -04:00
},
"engines": {
"node": "0.12.x"
2012-09-13 18:25:20 -04:00
}
}