2015-01-13 10:14:56 +00:00
|
|
|
{
|
2015-01-15 20:00:12 +00:00
|
|
|
"name": "desi",
|
2015-01-16 04:56:14 +00:00
|
|
|
"version": "0.5.3",
|
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",
|
|
|
|
"url": "https://github.com/DearDesi/deardesi.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"dear",
|
|
|
|
"desi",
|
|
|
|
"deardesi",
|
|
|
|
"dear.desi",
|
|
|
|
"desirae",
|
|
|
|
"static",
|
|
|
|
"site",
|
|
|
|
"blog",
|
|
|
|
"blogging",
|
|
|
|
"generator",
|
|
|
|
"ruhoh",
|
|
|
|
"jekyll",
|
|
|
|
"nanoc",
|
|
|
|
"octopress"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.com/)",
|
|
|
|
"license": "Apache2",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/DearDesi/deardesi/issues"
|
|
|
|
},
|
2015-01-13 11:22:20 +00:00
|
|
|
"homepage": "https://github.com/DearDesi/deardesi",
|
|
|
|
"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",
|
2015-01-16 04:56:14 +00:00
|
|
|
"desirae": "^0.9.6",
|
|
|
|
"desirae-datamap-ruhoh": "^1.0.0",
|
2015-01-13 11:22:20 +00:00
|
|
|
"fs.extra": "^1.3.0",
|
2015-01-16 00:17:23 +00:00
|
|
|
"node-uuid": "^1.4.2",
|
2015-01-13 11:22:20 +00:00
|
|
|
"require-yaml": "0.0.1",
|
|
|
|
"serve-static": "^1.8.0"
|
|
|
|
}
|
2015-01-13 10:14:56 +00:00
|
|
|
}
|