vow-fs
Version:
File I/O by Vow
34 lines (33 loc) • 895 B
JSON
{
"name" : "vow-fs",
"version" : "0.3.6",
"description" : "File I/O by Vow",
"homepage" : "https://github.com/dfilatov/vow-fs",
"keywords" : ["vow", "promise", "file system"],
"author" : "Dmitry Filatov <dfilatov@yandex-team.ru>",
"contributors" : [{
"name" : "Dmitry Filatov",
"email" : "dfilatov@yandex-team.ru"
}],
"repository": {
"type" : "git",
"url" : "http://github.com/dfilatov/vow-fs.git"
},
"dependencies": {
"uuid" : "^2.0.2",
"vow" : "^0.4.7",
"vow-queue" : "^0.4.1",
"glob" : "^7.0.5"
},
"devDependencies": {
"nodeunit" : "",
"istanbul" : ""
},
"main" : "lib/fs",
"files" : ["lib"],
"engines" : { "node" : ">= 0.6.0" },
"license": "MIT",
"scripts" : {
"test" : "istanbul test test/runner.js"
}
}