{
  "author": "Justin Wilaby",
  "name": "bind-property",
  "version": "0.3.4",
  "description": "A lightweight javascript library for enabling bindable properties on ES6 Classes.",
  "repository": "https://github.com/justinwilaby/bind-property",
  "license": "MIT",
  "main": "build/bind-property.js",
  "files": [
    "build",
    "rollup.config.js"
  ],
  "keywords": [
    "one",
    "way",
    "bind",
    "property",
    "binding",
    "data",
    "stateful",
    "decorator",
    "class",
    "observer",
    "change",
    "notifier",
    "observe"
  ],
  "devDependencies": {
    "@babel/cli": "^7.1.0",
    "@babel/core": "^7.1.2",
    "@babel/preset-env": "^7.1.0",
    "@babel/runtime": "^7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "rollup": "^0.66.4",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^6.0.0"
  },
  "scripts": {
    "build:dev": "babel rollup.config.js | node",
    "build:prod": "babel rollup.config.js | node"
  }
}
