{
  "author": "CircuitHub <developers@circuithub.com> (circuithub.com)",
  "name": "files",
  "description": "Simple files' utilities for Node.js",
  "version": "0.5.0",
  "repository": {
    "type": "git",
    "url": "git://github.com/circuithub/node-files.git"
  },
  "main": "./index.coffee",
  "dependencies": {
    "coffee-script": ">=1.3.3",
    "validator": ">=0.4.9",
    "request": ">=2.9.203"
  },
  "devDependencies": {
    "mocha": ">=1.3.0",
    "should": ">=1.0.0"
  },
  "optionalDependencies": {},
  "engines": {
    "node": "*"
  }
}
