{
  "name": "can-view-target",
  "version": "5.0.0",
  "description": "Fast cloning micro templates",
  "homepage": "http://canjs.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-view-target.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",
    "detect-cycle": "detect-cyclic-packages"
  },
  "main": "can-view-target",
  "keywords": [
    "canjs",
    "canjs-plugin",
    "donejs"
  ],
  "dependencies": {
    "can-dom-mutate": "^2.0.0",
    "can-globals": "^1.0.0",
    "can-namespace": "1.0.0"
  },
  "devDependencies": {
    "can-simple-dom": "^1.0.2",
    "detect-cyclic-packages": "^1.1.0",
    "donejs-cli": "^0.9.5",
    "generator-donejs": "^1.0.7",
    "jshint": "^2.9.1",
    "steal": "^1.0.1",
    "steal-qunit": "^2.0.0",
    "testee": "^0.9.0"
  }
}
