desirae.js/package.json

44 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2015-01-05 19:23:26 +00:00
{
2015-01-13 10:20:10 +00:00
"name": "desirae",
2020-11-09 04:50:57 +00:00
"version": "0.12.4",
2015-01-15 03:33:57 +00:00
"description": "An in-browser static blog library and static site generator. Similar to Jekyll, Octopress, Nanoc, etc",
2015-01-13 21:49:11 +00:00
"main": "desirae.js",
2015-01-05 19:23:26 +00:00
"scripts": {
2020-11-09 03:01:26 +00:00
"prettier": "prettier --write './**/*.{js,css,html,json,md,py,xml}'",
2015-01-05 19:23:26 +00:00
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
2018-11-07 17:16:39 +00:00
"type": "git+https",
"url": "https://git.coolaj86.com/coolaj86/desirae.js.git"
2015-01-05 19:23:26 +00:00
},
"keywords": [
"dear",
"deardesi",
"desi",
"ruhoh",
"ruhoh",
"blog",
"static",
"jekyll",
"octopress",
"nanoc"
],
2020-11-09 03:29:39 +00:00
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
2015-01-05 19:23:26 +00:00
"bugs": {
2018-11-07 17:16:39 +00:00
"url": "https://git.coolaj86.com/coolaj86/desirae.js/issues"
2015-01-05 19:23:26 +00:00
},
2018-11-07 17:16:39 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/desirae.js",
2015-01-05 19:23:26 +00:00
"dependencies": {
"escape-string-regexp": "^1.0.2",
"foreachasync": "^5.0.5",
2015-01-15 19:47:09 +00:00
"fs.extra": "^1.3.2",
2015-01-13 10:49:41 +00:00
"js-yaml": "^3.2.5",
2015-01-09 04:44:11 +00:00
"markdown-it": "^3.0.2",
2018-11-07 17:27:39 +00:00
"mustache": "^2.3.2",
2015-01-08 08:01:40 +00:00
"node-uuid": "^1.4.2",
2015-01-05 19:23:26 +00:00
"secret-utils": "^1.0.2",
2015-01-13 10:49:41 +00:00
"walk": "^2.3.9"
2015-01-05 19:23:26 +00:00
}
}