h5ai/package.json

31 lines
792 B
JSON
Raw Normal View History

2012-09-14 00:25:20 +02:00
{
"name": "h5ai",
2014-08-17 00:44:23 +02:00
"version": "0.26.1",
2014-08-17 00:52:59 +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": {
2014-09-13 16:39:38 +02:00
"build": "mkr release",
2014-08-04 14:41:08 +02:00
"test": "mocha --recursive test"
},
2014-09-19 15:24:33 +02:00
"devDependencies": {
2014-09-06 14:42:51 +02:00
"fquery": "~0.16.2",
2014-09-01 16:48:11 +02:00
"fquery-cssmin": "~0.3.0",
"fquery-handlebars": "~0.2.0",
2014-08-30 14:19:06 +02:00
"fquery-includeit": "~0.2.0",
2014-09-01 16:48:11 +02:00
"fquery-jade": "~0.3.0",
2014-08-30 14:19:06 +02:00
"fquery-jshint": "~0.2.0",
2014-09-06 14:42:51 +02:00
"fquery-jszip": "~0.4.0",
2014-09-01 16:48:11 +02:00
"fquery-less": "~0.2.0",
2014-08-30 14:19:06 +02:00
"fquery-uglifyjs": "~0.2.1",
2014-09-01 16:48:11 +02:00
"mkr": "~0.6.1"
2012-09-14 00:25:20 +02:00
}
}