{
  "name": "can-route",
  "version": "5.0.2",
  "description": "Observable front-end application routing for CanJS.",
  "homepage": "https://canjs.com/doc/can-route.html",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/canjs/can-route.git"
  },
  "author": {
    "name": "Bitovi",
    "email": "contact@bitovi.com",
    "url": "http://bitovi.com"
  },
  "scripts": {
    "ci": "npm run test && node test/test-saucelabs.js",
    "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 src/*.js test/*.js --config",
    "http-server": "http-server -p 3000 --silent",
    "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",
    "develop": "done-serve --static --develop --port 8080",
    "detect-cycle": "detect-cyclic-packages --ignore done-serve"
  },
  "main": "can-route",
  "keywords": [
    "canjs",
    "canjs-plugin",
    "donejs"
  ],
  "dependencies": {
    "can-bind": "^1.0.0",
    "can-deparam": "^1.0.1",
    "can-diff": "^1.0.4",
    "can-dom-events": "^1.1.0",
    "can-event-queue": "^1.0.0",
    "can-globals": "^1.0.0",
    "can-key-tree": "^1.0.0",
    "can-log": "^1.0.0",
    "can-namespace": "1.0.0",
    "can-observable-object": "^1.0.0",
    "can-observation": "^4.0.0",
    "can-observation-recorder": "^1.0.0",
    "can-param": "^1.0.1",
    "can-queues": "^1.0.0",
    "can-reflect": "^1.16.7",
    "can-route-hash": "^1.0.0",
    "can-simple-observable": "^2.0.0",
    "can-string": "^1.0.0",
    "can-symbol": "^1.0.0",
    "can-type": "^1.0.0"
  },
  "devDependencies": {
    "can-define": "^2.6.0",
    "can-map": "^4.0.0",
    "can-observe": "^2.0.0",
    "can-route-mock": "^1.0.0",
    "can-simple-map": "^4.0.0",
    "can-stache-key": "^1.0.0",
    "can-test-helpers": "^1.1.2",
    "detect-cyclic-packages": "^1.1.0",
    "done-serve": "^3.0.0",
    "http-server": "^0.11.1",
    "jshint": "^2.9.1",
    "steal": "^2.0.0",
    "steal-qunit": "^2.0.0",
    "steal-tools": "^2.0.0",
    "test-saucelabs": "0.0.6",
    "testee": "^0.9.0"
  }
}
