A blog platform written in JavaScript for developers, but with normal people in mind.
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.
 
 

34 lines
784 B

{
"name": "desirae",
"version": "0.11.2",
"authors": ["AJ ONeal <awesome@coolaj86.com>"],
"description": "A blogging platform in the browser. Wow!",
"main": "desirae.js",
"moduleType": ["globals", "node"],
"keywords": [
"desirae",
"dear",
"desi",
"deardesi",
"blog",
"blogging",
"platform",
"ruhoh",
"nanoc",
"jekyll",
"octopress",
"browser"
],
"license": "Apache2",
"homepage": "http://github.com/DearDesi/desirae",
"ignore": ["**/.*", "node_modules", "bower_components", "test", "tests"],
"dependencies": {
"escape-string-regexp": "~1.0.2",
"forEachAsync": "~5.0.5",
"js-yaml": "~3.2.5",
"markdown-it": "~3.0.2",
"mustache": "~1.0.0",
"node-uuid": "~1.4.2",
"path": "~3.46.1"
}
}