{
  "name": "file-hash",
  "version": "0.0.5",
  "description": "File hash for file cloud computing",
  "author": {
    "name": "calidion",
    "email": "calidion@gmail.com",
    "url": "blog.3gcnbeta.com"
  },
  "repository": "JSSDKCN/file-hash",
  "license": "MIT",
  "files": [
    "index.js",
    "cli.js"
  ],
  "keywords": [
    "file-hash",
    "hash",
    "file",
    "sha",
    "md5",
    "cloud",
    "tag"
  ],
  "dependencies": {
    "meow": "^3.1.0"
  },
  "devDependencies": {
    "grunt-cli": "^0.1.13",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-nodeunit": "^0.4.1",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-cli": "^1.12.0",
    "jshint-stylish": "^1.0.1",
    "load-grunt-tasks": "^3.1.0",
    "time-grunt": "^1.1.0"
  },
  "scripts": {
    "test": "grunt"
  },
  "bin": {
    "fash": "cli.js"
  }
}
