{
  "name": "angular-files-drop",
  "version": "1.0.0",
  "description": "Easily drag files to element and drop them using html5 api.",
  "main": "./dist/index.js",
  "keywords": [
    "html5",
    "dnd",
    "drag",
    "drop",
    "angular",
    "ng",
    "upload",
    "image"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Pleasurazy/angular-files-drop.git"
  },
  "dependencies": {
    "angular": ">=1.2.0 <2.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.2.1",
    "babel-eslint": "^4.1.5",
    "babel-plugin-transform-es2015-modules-umd": "^6.1.18",
    "babel-plugin-transform-runtime": "^6.1.18",
    "babel-preset-es2015": "^6.1.18",
    "del": "^2.1.0",
    "eslint": "^1.10.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^6.1.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-plumber-notifier": "^0.0.2",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.5.1"
  },
  "scripts": {
    "build": "gulp clean && gulp build",
    "dev": "gulp clean && gulp watch"
  },
  "author": "Pleasurazy <pleasurazy@gmail.com>",
  "license": "MIT"
}
