{
  "name": "can-stache-ast",
  "version": "1.1.0",
  "description": "",
  "homepage": "",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-stache-ast.git"
  },
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": ""
  },
  "scripts": {
    "preversion": "npm test",
    "version": "git commit -am \"Update version number\" && git checkout -b release",
    "postpublish": "git push --tags && git checkout master && git branch -D release && git push",
    "testee": "testee test.html --browsers firefox",
    "test": "npm run jshint && npm run testee",
    "jshint": "jshint ./*.js --config",
    "release:patch": "npm version patch && npm publish",
    "release:minor": "npm version minor && npm publish",
    "release:major": "npm version major && npm publish"
  },
  "main": "can-stache-ast.js",
  "keywords": [
    "canjs",
    "donejs-plugin"
  ],
  "dependencies": {
    "can-view-parser": "^4.0.2"
  },
  "devDependencies": {
    "jshint": "^2.9.1",
    "steal": "^1.6.5",
    "steal-qunit": "^1.0.1",
    "steal-tools": "^1.11.3",
    "testee": "^0.7.0"
  },
  "license": "MIT"
}
