{
  "name": "ng-file-upload-mem-leak-fix",
  "version": "6.1.3",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.8.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-text-replace": "~0.3.12",
    "grunt-git": "~0.2.14",
    "grunt-serve": "^0.1.6",
    "jshint-stylish": "^1.0.0",
    "load-grunt-tasks": "^3.1.0"
  },
  "description": "An AngularJS directive for file upload using HTML5 with FileAPI polyfill for unsupported browsers. Fork from original, with a memory leak fix on an old version.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jbarrus/ng-file-upload.git"
  },
  "keywords": [
    "angularjs",
    "angular-file-upload",
    "file-upload",
    "javascript"
  ],
  "author": "danial.farid@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/danialfarid/ng-file-upload/issues"
  },
  "homepage": "https://github.com/danialfarid/ng-file-upload"
}
