desirae.js/bower.json

47 lines
854 B
JSON
Raw Normal View History

2015-01-05 19:23:26 +00:00
{
2015-01-13 10:20:10 +00:00
"name": "desirae",
2017-04-07 07:46:45 +00:00
"version": "0.11.2",
2015-01-05 19:23:26 +00:00
"authors": [
"AJ ONeal <awesome@coolaj86.com>"
],
"description": "A blogging platform in the browser. Wow!",
2015-01-13 10:41:14 +00:00
"main": "desirae.js",
2015-01-05 19:23:26 +00:00
"moduleType": [
"globals",
"node"
],
"keywords": [
2015-01-13 10:41:14 +00:00
"desirae",
2015-01-05 19:23:26 +00:00
"dear",
"desi",
"deardesi",
"blog",
"blogging",
"platform",
2015-01-13 10:41:14 +00:00
"ruhoh",
"nanoc",
"jekyll",
"octopress",
2015-01-05 19:23:26 +00:00
"browser"
],
"license": "Apache2",
2015-01-13 10:41:14 +00:00
"homepage": "http://github.com/DearDesi/desirae",
2015-01-05 19:23:26 +00:00
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
2015-01-10 07:23:15 +00:00
"bluebird": "~2.6.2",
2015-01-05 19:23:26 +00:00
"escape-string-regexp": "~1.0.2",
2015-01-08 08:01:40 +00:00
"forEachAsync": "~5.0.5",
2015-01-13 10:41:14 +00:00
"js-yaml": "~3.2.5",
2015-01-10 07:23:15 +00:00
"markdown-it": "~3.0.2",
2015-01-16 04:34:26 +00:00
"mustache": "~1.0.0",
2015-01-13 10:41:14 +00:00
"node-uuid": "~1.4.2",
"path": "~3.46.1"
2015-01-05 19:23:26 +00:00
}
}