{
  "name": "can-view-scope",
  "version": "4.13.7",
  "description": "Observable scopes",
  "homepage": "https://canjs.com/doc/can-view-scope.html",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-view-scope.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 test/test-production.html --browsers firefox",
    "test": "npm run detect-cycle && npm run jshint && npm run testee",
    "jshint": "jshint ./*.js test/*.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 -o docco can-view-scope.js compute_data.js scope-key-data.js template-context.js"
  },
  "main": "can-view-scope",
  "keywords": [
    "canjs",
    "canjs-plugin",
    "donejs"
  ],
  "dependencies": {
    "can-assign": "^1.1.1",
    "can-construct": "^3.2.0",
    "can-define-lazy-value": "^1.0.0",
    "can-event-queue": "^1.0.0",
    "can-key-tree": "^1.0.0",
    "can-log": "^1.0.0",
    "can-namespace": "1.0.0",
    "can-observation": "^4.0.0",
    "can-observation-recorder": "^1.3.0",
    "can-queues": "^1.0.0",
    "can-reflect": "^1.6.0",
    "can-reflect-dependencies": "<2.0.0",
    "can-simple-map": "^4.3.0",
    "can-simple-observable": "^2.0.0",
    "can-single-reference": "^1.0.0",
    "can-stache-helpers": "^1.0.0",
    "can-stache-key": "^1.3.0",
    "can-symbol": "^1.0.0"
  },
  "devDependencies": {
    "can-test-helpers": "^1.0.1",
    "detect-cyclic-packages": "^1.1.0",
    "jshint": "^2.9.1",
    "steal": "^2.0.0",
    "steal-qunit": "^2.0.0",
    "testee": "^0.9.0",
    "docco": "^0.7.0"
  }
}
