{
  "name": "bindable-object",
  "version": "0.0.9",
  "description": "Two-way data binding means linking properties of two separate objects - when one changes, the other will automatically update with that change.  It enables much easier interactions between data models and UIs, among other uses outside of MVC.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "make test-coveralls test-karma"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mojo-js/bindable-object.js.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mojo-js/bindable-object.js/issues"
  },
  "homepage": "https://github.com/mojo-js/bindable-object.js",
  "dependencies": {
    "fast-event-emitter": "0.0.x",
    "protoclass": "0.0.6",
    "toarray": "0.0.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.2",
    "expect.js": "^0.3.1",
    "istanbul": "^0.3.5",
    "karma": "^0.12.31",
    "karma-browserify": "^3.0.1",
    "karma-browserstack-launcher": "^0.1.2",
    "karma-chrome-launcher": "^0.1.7",
    "karma-firefox-launcher": "^0.1.4",
    "karma-mocha": "^0.1.10",
    "karma-safari-launcher": "^0.1.1",
    "mocha": "^1.15.1",
    "xtend": "^4.0.0"
  }
}
