44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "desirae",
|
|
"version": "0.12.4",
|
|
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
|
|
"main": "desirae.js",
|
|
"scripts": {
|
|
"prettier": "prettier --write './**/*.{js,css,html,json,md,py,xml}'",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git+https",
|
|
"url": "https://git.coolaj86.com/coolaj86/desirae.js.git"
|
|
},
|
|
"keywords": [
|
|
"dear",
|
|
"deardesi",
|
|
"desi",
|
|
"ruhoh",
|
|
"ruhoh",
|
|
"blog",
|
|
"static",
|
|
"jekyll",
|
|
"octopress",
|
|
"nanoc"
|
|
],
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://git.coolaj86.com/coolaj86/desirae.js/issues"
|
|
},
|
|
"homepage": "https://git.coolaj86.com/coolaj86/desirae.js",
|
|
"dependencies": {
|
|
"escape-string-regexp": "^1.0.2",
|
|
"foreachasync": "^5.0.5",
|
|
"fs.extra": "^1.3.2",
|
|
"js-yaml": "^3.2.5",
|
|
"markdown-it": "^3.0.2",
|
|
"mustache": "^2.3.2",
|
|
"node-uuid": "^1.4.2",
|
|
"secret-utils": "^1.0.2",
|
|
"walk": "^2.3.9"
|
|
}
|
|
}
|