A DIY blog platform for wizards and muggles.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

57 lines
1.4 KiB

{
"name": "desi",
"version": "0.9.1",
"description": "A nice, friendly tool to help you get set up and start blogging, built on the Desirae blogging platform",
"main": "server.js",
"scripts": {
"prettier": "prettier --write './**/*.{js,css,json,md,html}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"deardesi": "bin/deardesi.js",
"desi": "bin/deardesi.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com/coolaj86/deardesi.js.git"
},
"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": "MPL-2.0",
"bugs": {
"url": "https://git.coolaj86.com/coolaj86/deardesi.js/issues"
},
"homepage": "https://git.coolaj86.com/coolaj86/deardesi.js",
"dependencies": {
"body-parser": "^1.10.1",
"cli": "^0.6.5",
"compression": "^1.3.0",
"connect": "^3.3.4",
"connect-query": "^0.2.0",
"connect-send-json": "^1.0.0",
"desirae": "^0.12.4",
"desirae-datamap-ruhoh": "v1.0.6",
"foreachasync": "^5.0.5",
"jade": "^1.9.1",
"node-uuid": "^1.4.2",
"request": "^2.88.2",
"require-yaml": "0.0.1",
"serve-static": "^1.8.0",
"tar": "^1.0.3"
}
}