{
  "name": "goferfs",
  "description": "Filesystem Abstraction Library",
  "version": "1.0.0-8",
  "main": "src/index.js",
  "types": "src/index.ts",
  "engines": {
    "node": ">=4.0"
  },
  "scripts": {
    "lint": "tslint src/**/*.ts",
    "clean": "rimraf src/**/*.js types/**/*.js",
    "build": "npm run clean && npm run lint && tsc && babel -d . src/**/*.js types/**/*.js",
    "test": "npm run build && ava src/**/*.test.js",
    "prepublish": "npm test"
  },
  "repository": {
    "url": "http://github.com/cohesivelabs/goferfs",
    "type": "git"
  },
  "author": "Cameron Spear <cam@cameronspear.com>",
  "contributors": [
    "Justen Martin <jmart@the-coder.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/cohesivelabs/goferfs/issues"
  },
  "homepage": "https://github.com/cohesivelabs/goferfs#readme",
  "dependencies": {
    "babel-runtime": "^6.22.0"
  },
  "devDependencies": {
    "@types/mime": "^0.0.29",
    "@types/node": "^7.0.4",
    "@types/sinon": "^1.16.34",
    "ava": "^0.17.0",
    "babel-cli": "^6.22.2",
    "babel-plugin-transform-runtime": "^6.22.0",
    "babel-polyfill": "^6.22.0",
    "babel-preset-env": "^1.1.8",
    "np": "^2.12.0",
    "rimraf": "^2.5.4",
    "sinon": "^1.17.7",
    "ts-node": "^2.0.0",
    "tslint": "^4.4.2",
    "typescript": "^2.1.5"
  }
}
