{
  "name": "can-view-callbacks",
  "version": "5.0.0",
  "description": "Registered callbacks for behaviors",
  "homepage": "https://canjs.com/doc/can-view-callbacks.html",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-view-callbacks.git"
  },
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": "http://bitovi.com"
  },
  "scripts": {
    "preversion": "npm test",
    "postpublish": "git push --tags && git push",
    "testee": "testee test/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",
    "detect-cycle": "detect-cyclic-packages"
  },
  "main": "can-view-callbacks",
  "keywords": [
    "canjs",
    "canjs-plugin",
    "donejs"
  ],
  "dependencies": {
    "can-dom-mutate": "^2.0.0",
    "can-fragment": "^1.0.0",
    "can-globals": "^1.0.0",
    "can-log": "^1.0.0",
    "can-namespace": "1.0.0",
    "can-observation-recorder": "^1.0.0",
    "can-reflect": "^1.16.7",
    "can-symbol": "^1.6.1"
  },
  "devDependencies": {
    "can-test-helpers": "^1.0.1",
    "can-view-scope": "^4.0.0",
    "detect-cyclic-packages": "^1.1.0",
    "jshint": "^2.9.1",
    "steal": "^2.0.0",
    "steal-qunit": "^2.0.0",
    "testee": "^0.9.0"
  }
}
