deardesi.js/package.json

59 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2015-01-13 10:14:56 +00:00
{
"name": "desi",
2017-04-07 07:54:27 +00:00
"version": "0.8.5",
2015-01-13 10:14:56 +00:00
"description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
2015-01-13 21:50:17 +00:00
"bin": {
2015-01-16 00:17:23 +00:00
"deardesi": "bin/deardesi.js",
"desi": "bin/deardesi.js"
2015-01-13 21:50:17 +00:00
},
2015-01-13 10:14:56 +00:00
"repository": {
"type": "git",
2017-04-07 07:53:17 +00:00
"url": "https://git.daplie.com/Daplie/deardesi.git"
2015-01-13 10:14:56 +00:00
},
"keywords": [
"dear",
"desi",
"deardesi",
"dear.desi",
"desirae",
"static",
"site",
"blog",
"blogging",
"generator",
"ruhoh",
"jekyll",
"nanoc",
"octopress"
],
2017-04-07 07:53:17 +00:00
"author": "AJ ONeal <aj@daplie.com> (https://coolaj86.com/)",
2015-01-13 10:14:56 +00:00
"license": "Apache2",
"bugs": {
2017-04-07 07:53:17 +00:00
"url": "https://git.daplie.com/DearDesi/deardesi/issues"
2015-01-13 10:14:56 +00:00
},
2017-04-07 07:53:17 +00:00
"homepage": "https://git.daplie.com/Daplie/deardesi",
2015-01-13 11:22:20 +00:00
"dependencies": {
"bluebird": "^2.6.4",
"body-parser": "^1.10.1",
2015-01-13 21:50:17 +00:00
"cli": "^0.6.5",
2015-01-13 11:22:20 +00:00
"compression": "^1.3.0",
"connect": "^3.3.4",
"connect-query": "^0.2.0",
"connect-send-json": "^1.0.0",
2017-04-07 07:53:17 +00:00
"desirae": "git+https://git.daplie.com/Daplie/desirae.git#v1",
"desirae-datamap-ruhoh": "git+https://git.daplie.com/Daplie/desirae-datamap-ruhoh.git#v1",
2015-01-22 01:13:47 +00:00
"foreachasync": "^5.0.5",
2015-01-13 11:22:20 +00:00
"fs.extra": "^1.3.0",
2015-01-23 09:54:31 +00:00
"jade": "^1.9.1",
2015-01-16 00:17:23 +00:00
"node-uuid": "^1.4.2",
2015-01-22 01:13:47 +00:00
"request": "^2.51.0",
2015-01-13 11:22:20 +00:00
"require-yaml": "0.0.1",
2015-01-22 01:13:47 +00:00
"serve-static": "^1.8.0",
"tar": "^1.0.3"
2015-01-13 11:22:20 +00:00
}
2015-01-13 10:14:56 +00:00
}