{
  "name": "angular-file-md5",
  "description": "AngularJS service for calculating MD5 hashes of files",
  "version": "0.1.0",
  "homepage": "https://github.com/rasmuslp/angular-file-md5",
  "authors": [
    "Rasmus Ljungmann Pedersen <rasmuslp@gmail.com> (http://ljungmann.net)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rasmuslp/angular-file-md5.git"
  },
  "main": "angular-file-md5.js",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "angular.js",
    "angularjs",
    "angular",
    "file",
    "md5",
    "hash",
    "checksum"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components"
  ],
  "dependencies": {
    "angular": "^1.2.0",
    "spark-md5": "^2.0.0"
  }
}
