2015-01-05 19:23:26 +00:00
|
|
|
{
|
|
|
|
"name": "deardesi",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "An in-browser knockoff of the Ruhoh static blog generator. (similar to Jekyll, Octopress, Nanoc, etc)",
|
|
|
|
"main": "server.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:coolaj86/deardesi.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"dear",
|
|
|
|
"deardesi",
|
|
|
|
"desi",
|
|
|
|
"ruhoh",
|
|
|
|
"ruhoh",
|
|
|
|
"blog",
|
|
|
|
"static",
|
|
|
|
"jekyll",
|
|
|
|
"octopress",
|
|
|
|
"nanoc"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal",
|
|
|
|
"license": "Apache2",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/coolaj86/deardesi/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/coolaj86/deardesi",
|
|
|
|
"dependencies": {
|
|
|
|
"bluebird": "^2.5.3",
|
2015-01-05 22:05:35 +00:00
|
|
|
"body-parser": "^1.10.1",
|
2015-01-05 19:23:26 +00:00
|
|
|
"circular-json": "^0.1.6",
|
2015-01-05 22:05:35 +00:00
|
|
|
"connect": "^3.3.3",
|
|
|
|
"connect-query": "^0.2.0",
|
|
|
|
"connect-send-json": "^1.0.0",
|
2015-01-05 19:23:26 +00:00
|
|
|
"escape-string-regexp": "^1.0.2",
|
|
|
|
"foreachasync": "^5.0.2",
|
|
|
|
"json2yaml": "^1.0.3",
|
|
|
|
"markdown": "^0.5.0",
|
|
|
|
"marked": "^0.3.2",
|
|
|
|
"mustache": "^1.0.0",
|
|
|
|
"require-yaml": "0.0.1",
|
|
|
|
"require-yamljs": "^1.0.1",
|
|
|
|
"secret-utils": "^1.0.2",
|
2015-01-05 22:05:35 +00:00
|
|
|
"serve-static": "^1.7.2",
|
2015-01-06 06:07:14 +00:00
|
|
|
"walk": "^2.3.9",
|
2015-01-05 19:23:26 +00:00
|
|
|
"yaml": "^0.2.3",
|
|
|
|
"yamljs": "^0.2.1"
|
|
|
|
}
|
|
|
|
}
|