{
  "name": "can-util",
  "version": "3.14.0",
  "description": "Common utilities for CanJS projects",
  "homepage": "http://canjs.com",
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": "http://bitovi.com"
  },
  "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 master && git branch -D release && git push",
    "testee": "testee test/test.html --browsers firefox",
    "test": "npm run detect-cycle && npm run jshint && npm run test:server && npm run testee",
    "test:server": "TEST=qunit qunit test/node.js",
    "jshint": "jshint dom/. js/. *.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",
    "http-server": "http-server -p 3000 --silent",
    "ci": "npm run build && npm run test && node test/test-sauce-labs.js",
    "detect-cycle": "detect-cyclic-packages --ignore done-serve"
  },
  "main": "can-util",
  "keywords": [
    "canjs",
    "canjs-plugin",
    "donejs"
  ],
  "devDependencies": {
    "async": "^2.2.0",
    "can-vdom": "^3.2.3",
    "detect-cyclic-packages": "^1.1.0",
    "http-server": "^0.10.0",
    "jshint": "^2.9.1",
    "qunitjs": "^2.4.0",
    "saucelabs": "^1.4.0",
    "steal": "^1.11.4",
    "steal-css": "^1.2.5",
    "steal-qunit": "^1.0.0",
    "steal-tools": "^1.4.1",
    "test-saucelabs": "0.0.3",
    "testee": "^0.8.0",
    "wd": "^1.1.3",
    "xmlhttprequest2": "^1.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-util.git"
  },
  "dependencies": {
    "can-ajax": "^1.0.0",
    "can-assign": "^1.0.0",
    "can-cid": "^1.1.0",
    "can-deparam": "^1.0.0",
    "can-dom-data-state": "^0.2.0",
    "can-event-dom-enter": "^1.0.4",
    "can-event-dom-radiochange": "^1.0.4",
    "can-globals": "^1.1.1",
    "can-log": "^1.0.0",
    "can-namespace": "1.0.0",
    "can-param": "^1.0.0",
    "can-parse-uri": "^1.0.0",
    "can-reflect": "^1.2.0",
    "can-symbol": "^1.0.0",
    "can-types": "^1.1.0"
  },
  "license": "MIT"
}
