{
  "name": "observations-js",
  "version": "0.3.1",
  "description": "Observes simplified JavaScript expressions and triggers callbacks when the returned value changes.",
  "keywords": [
    "templates",
    "data-binding",
    "javascript"
  ],
  "homepage": "http://github.com/chip-js/observations-js",
  "author": {
    "name": "Jacob Wright",
    "email": "jacwright@gmail.com",
    "url": "http://github.com/jacwright"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/chip-js/observations-js.git"
  },
  "bugs": {
    "url": "https://github.com/chip-js/observations-js/issues"
  },
  "scripts": {
    "test": "mocha test"
  },
  "dependencies": {
    "chip-utils": "^0.3.0",
    "differences-js": "^0.1.0",
    "expressions-js": "^0.1.4"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "mocha": "^2.3.3"
  }
}
