{
  "name": "es6-class-bind-all",
  "version": "1.0.0",
  "description": "Automaticlly bind 'this' scope of all methods in es6 class",
  "main": "dist/es6ClassBindAll.js",
  "scripts": {
    "build": "babel lib -d dist",
    "prepublish": "npm run build",
    "lint": "eslint --fix lib; exit 0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/posrix/es6-class-bind-all.git"
  },
  "keywords": [
    "es6",
    "class",
    "bind",
    "scope",
    "this"
  ],
  "author": "posrix <posrix@outlook.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/posrix/es6-class-bind-all/issues"
  },
  "homepage": "https://github.com/posrix/es6-class-bind-all",
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "eslint": "^3.7.1",
    "eslint-config-posrix": "^0.0.1"
  }
}
