{
  "name": "blur-image",
  "version": "0.1.2",
  "description": "A plugin used to make blur effect on image that needs to be preloaded.",
  "main": "gulpfile.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "dev": "gulp serve",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Erichain/blur-image.git"
  },
  "keywords": [
    "preload"
  ],
  "author": "Erichain",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Erichain/blur-image/issues"
  },
  "homepage": "https://github.com/Erichain/blur-image#readme",
  "devDependencies": {
    "babel-preset-es2015": "^6.14.0",
    "gulp": "^3.9.1",
    "gulp-babel": "^6.1.2",
    "gulp-connect": "^5.0.0",
    "gulp-cssnano": "^2.1.2",
    "gulp-eslint": "^3.0.1",
    "gulp-open": "^2.0.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^2.0.0",
    "rimraf": "^2.5.4",
    "run-sequence": "^1.2.2"
  }
}
