{
  "name": "can-observation",
  "version": "4.2.0",
  "description": "Core observable indicators",
  "homepage": "http://canjs.com",
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": "http://bitovi.com"
  },
  "scripts": {
    "preversion": "npm test",
    "postpublish": "git push --tags && git push",
    "testee": "testee test.html --browsers firefox",
    "test": "npm run detect-cycle && npm run jshint && npm run testee",
    "jshint": "jshint *.js --config",
    "release:pre": "npm version prerelease && npm publish --tag pre",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish",
    "build": "node build.js",
    "develop": "done-serve --static --develop --port 8080",
    "detect-cycle": "detect-cyclic-packages --ignore done-serve",
    "docco": "docco can-observation.js recorder-dependency-helpers.js temporarily-bind.js"
  },
  "main": "can-observation",
  "keywords": [
    "canjs",
    "canjs-plugin",
    "donejs"
  ],
  "system": {
    "configDependencies": [
      "live-reload"
    ],
    "npmAlgorithm": "flat"
  },
  "dependencies": {
    "can-event-queue": "^1.0.0",
    "can-key-tree": "^1.0.0",
    "can-log": "^1.0.0",
    "can-namespace": "1.0.0",
    "can-observation-recorder": "^1.0.0",
    "can-queues": "^1.3.0",
    "can-reflect": "^1.7.0",
    "can-symbol": "^1.4.2"
  },
  "devDependencies": {
    "can-cid": "^1.0.0",
    "detect-cyclic-packages": "^1.1.0",
    "docco": "^0.7.0",
    "done-serve": "^3.0.0",
    "jshint": "^2.9.1",
    "steal": "^1.2.3",
    "steal-benchmark": "0.0.1",
    "steal-qunit": "^2.0.0",
    "steal-tools": "^1.1.2",
    "testee": "^0.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-observation.git"
  }
}
