separating deardesi/desirae
This commit is contained in:
parent
311e731aa1
commit
cb8e7c09d7
|
@ -4,8 +4,7 @@
|
||||||
|
|
||||||
window.YAML = window.YAML || {};
|
window.YAML = window.YAML || {};
|
||||||
window.YAML.parse = exports.jsyaml.load || require('jsyaml').load;
|
window.YAML.parse = exports.jsyaml.load || require('jsyaml').load;
|
||||||
//YAML.parse = require('yaml').eval;
|
window.YAML.stringify = exports.jsyaml.dump || require('jsyaml').dump;
|
||||||
//YAML.parse2 = require('yamljs').parse;
|
|
||||||
|
|
||||||
function readFrontMatter(text) {
|
function readFrontMatter(text) {
|
||||||
var lines
|
var lines
|
||||||
|
|
16
package.json
16
package.json
|
@ -30,27 +30,15 @@
|
||||||
"homepage": "https://github.com/coolaj86/deardesi",
|
"homepage": "https://github.com/coolaj86/deardesi",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bluebird": "^2.5.3",
|
"bluebird": "^2.5.3",
|
||||||
"body-parser": "^1.10.1",
|
|
||||||
"circular-json": "^0.1.6",
|
|
||||||
"compression": "^1.3.0",
|
|
||||||
"connect": "^3.3.3",
|
|
||||||
"connect-query": "^0.2.0",
|
|
||||||
"connect-send-json": "^1.0.0",
|
|
||||||
"escape-string-regexp": "^1.0.2",
|
"escape-string-regexp": "^1.0.2",
|
||||||
"foreachasync": "^5.0.5",
|
"foreachasync": "^5.0.5",
|
||||||
"fs.extra": "^1.2.1",
|
"fs.extra": "^1.2.1",
|
||||||
"json2yaml": "^1.0.3",
|
"js-yaml": "^3.2.5",
|
||||||
"markdown": "^0.5.0",
|
|
||||||
"markdown-it": "^3.0.2",
|
"markdown-it": "^3.0.2",
|
||||||
"mkdirp": "^0.5.0",
|
"mkdirp": "^0.5.0",
|
||||||
"mustache": "^1.0.0",
|
"mustache": "^1.0.0",
|
||||||
"node-uuid": "^1.4.2",
|
"node-uuid": "^1.4.2",
|
||||||
"require-yaml": "0.0.1",
|
|
||||||
"require-yamljs": "^1.0.1",
|
|
||||||
"secret-utils": "^1.0.2",
|
"secret-utils": "^1.0.2",
|
||||||
"serve-static": "^1.7.2",
|
"walk": "^2.3.9"
|
||||||
"walk": "^2.3.9",
|
|
||||||
"yaml": "^0.2.3",
|
|
||||||
"yamljs": "^0.2.1"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue