{
  "name": "gulp-buble",
  "version": "0.9.0",
  "description": "Compile ES2015 with buble",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "posttest": "eslint ."
  },
  "eslintConfig": {
    "extends": "postcss/es5"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/TrySound/gulp-buble.git"
  },
  "keywords": [
    "gulp",
    "buble",
    "babel",
    "es2015",
    "es6"
  ],
  "author": "Bogdan Chadkin <trysound@yandex.ru>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/TrySound/gulp-buble/issues"
  },
  "homepage": "https://github.com/TrySound/gulp-buble",
  "dependencies": {
    "buble": "^0.18.0",
    "plugin-error": "^0.1.2",
    "readable-stream": "^2.1.0",
    "vinyl": "^2.1.0",
    "vinyl-sourcemaps-apply": "^0.2.1"
  },
  "devDependencies": {
    "eslint": "^4.14.0",
    "eslint-config-postcss": "^2.0.2",
    "gulp-sourcemaps": "^2.0.0-alpha",
    "mocha": "^4.1.0"
  }
}
