2015-01-13 10:18:13 +00:00
|
|
|
{
|
|
|
|
"name": "deardesi",
|
2015-01-13 10:18:29 +00:00
|
|
|
"version": "0.1.0",
|
2015-01-13 10:18:13 +00:00
|
|
|
"authors": [
|
|
|
|
"AJ ONeal <awesome@coolaj86.com>"
|
|
|
|
],
|
|
|
|
"description": "A blogging platform in the browser. Wow!",
|
|
|
|
"main": "deardesi.js",
|
|
|
|
"moduleType": [
|
|
|
|
"globals",
|
|
|
|
"node"
|
|
|
|
],
|
|
|
|
"keywords": [
|
|
|
|
"dear",
|
|
|
|
"desi",
|
|
|
|
"deardesi",
|
|
|
|
"blog",
|
|
|
|
"blogging",
|
|
|
|
"platform",
|
|
|
|
"browser"
|
|
|
|
],
|
|
|
|
"license": "Apache2",
|
2015-01-13 10:37:21 +00:00
|
|
|
"homepage": "http://github.com/DearDesi/deardesi",
|
2015-01-13 10:18:13 +00:00
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"escape-string-regexp": "~1.0.2",
|
|
|
|
"path": "~3.46.1",
|
|
|
|
"forEachAsync": "~5.0.5",
|
|
|
|
"node-uuid": "~1.4.2",
|
|
|
|
"angular": "~1.3.8",
|
|
|
|
"angular-route": "~1.3.8",
|
|
|
|
"html5-boilerplate": "~4.3.0",
|
|
|
|
"bootstrap": "~3.3.1",
|
2015-01-15 06:41:52 +00:00
|
|
|
"md5": "~0.1.3",
|
2015-01-17 21:02:28 +00:00
|
|
|
"desirae": "~0.9.7",
|
2015-01-16 04:56:14 +00:00
|
|
|
"desirae-datamap-ruhoh": "~1.0.0"
|
2015-01-13 10:18:13 +00:00
|
|
|
}
|
|
|
|
}
|