now can read yaml

This commit is contained in:
Philipp Kunz
2015-11-24 18:52:24 +01:00
parent 55ac57a122
commit 228f855a39
7 changed files with 86 additions and 10 deletions

View File

@@ -24,11 +24,13 @@
},
"homepage": "https://github.com/pushrocks/smartfile",
"dependencies": {
"beautylog": "^1.0.2"
"beautylog": "1.0.4",
"fs-extra": "0.26.2",
"js-yaml": "3.4.5"
},
"devDependencies": {
"gulp": "3.9.0",
"gulp-typescript": "2.9.2",
"pushrocks": "^1.0.19"
"pushrocks": "1.0.22"
}
}