{
  "name": "@c8/simple-promised-file",
  "version": "0.1.4",
  "description": "A small promise library with basic file functionality and promise-wrapped gm image module.",
  "main": "index.js",
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "scripts": {
    "start": "node index.js",
    "test": "mocha"
  },
  "engines": {
    "node": "4.x.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/c8management/promised-file.git"
  },
  "author": "C8 MANAGEMENT LIMITED",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/c8management/promised-file/issues"
  },
  "homepage": "https://github.com/c8management/promised-file#readme",
  "dependencies": {
    "@c8/errors": "0.0.9",
    "bluebird": "^3.4.0",
    "create-error": "^0.3.1",
    "file-type": "^3.8.0",
    "filesize": "^3.2.1",
    "fs-extra": "^0.30.0",
    "gm": "^1.22.0",
    "lodash": "^4.11.1",
    "mime": "^1.3.4",
    "mkdirp": "^0.5.1",
    "read-chunk": "^2.0.0",
    "shortid": "^2.2.6"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^2.4.5"
  }
}
