{
  "name": "can-stache-converters",
  "version": "5.0.0",
  "description": "Common converters for Stache",
  "homepage": "https://github.com/canjs/can-stache-converters",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-stache-converters.git"
  },
  "author": {
    "name": "DoneJS Contributors",
    "email": "contact@bitovi.com",
    "url": ""
  },
  "scripts": {
    "preversion": "npm test && npm run build",
    "version": "git commit -am \"Update dist for release\" && git checkout -b release && git add -f dist/",
    "postversion": "git push --tags && git checkout - && git branch -D release && 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",
    "develop": "done-serve --static --develop --port 8080",
    "detect-cycle": "detect-cyclic-packages --ignore done-serve"
  },
  "main": "can-stache-converters",
  "keywords": [
    "Done",
    "JS",
    "Can",
    "JS"
  ],
  "steal": {
    "main": "can-stache-converters"
  },
  "dependencies": {
    "can-dom-events": "^1.1.1",
    "can-log": "^1.0.0",
    "can-reflect": "^1.11.1",
    "can-stache": "^5.0.0",
    "can-stache-bindings": "^5.0.0",
    "can-stache-helpers": "^1.2.0",
    "can-string-to-any": "<2.0.0"
  },
  "devDependencies": {
    "can-compute": "^4.0.0",
    "can-define": "^2.0.0",
    "detect-cyclic-packages": "^1.1.0",
    "jshint": "^2.9.1",
    "steal": "^1.2.10",
    "steal-qunit": "^2.0.0",
    "steal-tools": "^1.1.2",
    "testee": "^0.9.0"
  }
}
