1
0
Fork 0
deardesi.js/package.json

59 Zeilen
1.4 KiB
JSON

2015-01-13 10:14:56 +00:00
{
"name": "desi",
"version": "0.8.6",
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://git.coolaj86.com/coolaj86/deardesi.js.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"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT OR ISC OR Apache-2.0)",
2015-01-13 10:14:56 +00:00
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/deardesi.js/issues"
2015-01-13 10:14:56 +00:00
},
"homepage": "https://git.coolaj86.com/coolaj86/deardesi.js",
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",
"desirae": "^0.11.4",
"desirae-datamap-ruhoh": "v1.0.6",
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
}