fobject
Version:
A simple promise-based wrapper for file operations that treats files as objects.
38 lines (37 loc) • 804 B
JSON
{
"name": "fobject",
"version": "0.0.4",
"description": "A simple promise-based wrapper for file operations that treats files as objects.",
"main": "./lib",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/slang800/fobject.git"
},
"keywords": [
"file",
"object",
"promise"
],
"author": "Sean Lang <slang800@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/slang800/fobject/issues"
},
"homepage": "https://github.com/slang800/fobject",
"devDependencies": {
"coffee-script": "^1.10.0",
"mocha": "^2.4.5",
"should": "^8.3.1"
},
"dependencies": {
"graceful-fs": "^4.1.3",
"semver": "^5.1.0",
"when": "^3.7.7"
}
}