{
  "name": "readutf",
  "description": "A thin wrapper around fs.readFile that automatically sets the encoding to utf8 on your behest",
  "version": "1.0.2",
  "main": "lib/readutf.js",
  "scripts": {
    "test": "gulp"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tandrewnichols/readutf.git"
  },
  "keywords": [
    "fs",
    "readfile",
    "writefile",
    "utf8",
    "utf",
    "read",
    "write",
    "file"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/readutf/issues"
  },
  "homepage": "https://github.com/tandrewnichols/readutf",
  "dependencies": {},
  "devDependencies": {
    "coffee-script": "^1.10.0",
    "file-manifest": "^1.0.3",
    "gulp": "^3.9.0",
    "gulp-codeclimate-reporter": "^1.2.0",
    "gulp-debug": "^2.1.2",
    "gulp-istanbul": "^0.10.3",
    "gulp-jshint": "^2.0.0",
    "gulp-mocha": "^2.2.0",
    "gulp-open": "^1.0.0",
    "gulp-sequence": "^0.4.2",
    "gulp-spawn-mocha": "^2.2.1",
    "jshint": "2.8.0",
    "jshint-stylish": "^2.1.0",
    "mocha": "^2.3.4",
    "mocha-given": "^0.1.3",
    "proxyquire": "^1.7.3",
    "rimraf": "^2.4.4",
    "should": "^8.0.2",
    "should-sinon": "0.0.3",
    "sinon": "^1.17.2"
  }
}
