DarkoKukovec/crypto-fs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "crypto-fs",
  "version": "0.8.0",
  "description": "Wrapper around node fs module that encrypts the files on the fly",
  "main": "main.js",
  "scripts": {
    "test": "gulp test",
    "precommit": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DarkoKukovec/crypto-fs.git"
  },
  "keywords": [
    "crypto",
    "fs"
  ],
  "author": "Darko Kukovec <darko@kukovec.eu>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/DarkoKukovec/crypto-fs/issues"
  },
  "homepage": "https://github.com/DarkoKukovec/crypto-fs#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-spies": "^0.7.1",
    "codeclimate-test-reporter": "^0.3.3",
    "gulp": "^3.9.1",
    "gulp-eslint": "^2.1.0",
    "gulp-istanbul": "^0.10.4",
    "gulp-mocha": "^3.0.1",
    "husky": "^0.14.3"
  },
  "dependencies": {
    "async": "^2.6.1",
    "lodash": "^4.17.10",
    "more-streams": "^0.5.7"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}