justo-fs
Version:
Simple object-oriented file system API.
63 lines (62 loc) • 1.29 kB
JSON
{
"name": "justo-fs",
"version": "0.12.0",
"description": "Simple object-oriented file system API.",
"homepage": "http://www.justojs.org",
"author": {
"name": "Justo Labs",
"email": "info@justolabs.com",
"url": "http://www.justojs.org"
},
"contributors": [
{
"name": "Raúl G. González",
"email": "raulggonzalez@justojs.org",
"url": ""
}
],
"keywords": [
"Justo",
"Justo.js",
"fs",
"file system"
],
"bugs": {
"url": "https://github.com/justojs/justo-fs/issues",
"email": "issues@justojs.org"
},
"repository": {
"type": "git",
"url": "https://github.com/justojs/justo-fs.git"
},
"engines": {
"node": ">= 4.0.0"
},
"dependencies": {
"fs-extra": "*",
"justo-sync": "*",
"js-yaml": ">=3.6.0"
},
"peerDependencies": {},
"devDependencies": {
"babel-preset-es2015": "*",
"grunt": "*",
"grunt-babel": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-copy": "*",
"grunt-contrib-jshint": "*",
"grunt-travis-lint": "*",
"grunt-mocha-test": "*",
"justo-assert": "*",
"justo-assert-fs": "*",
"mocha": "*"
},
"preferGlobal": false,
"main": "index.js",
"files": [
"lib"
],
"scripts": {
"test": "grunt test"
}
}