{
  "name": "mixdown-router",
  "version": "7.0.0",
  "description": "Router for mixdown.js",
  "main": "index.js",
  "scripts": {
    "test": "mocha -R spec -u tdd test/tests/*.js && grunt browser && browserify ./test/fixture/browser/_main.js > ./test/fixture/browser/main.js && mocha-phantomjs -s local-to-remote-url-access=yes -R spec -u tdd http://localhost:8282/index.html"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mixdown/router.git"
  },
  "keywords": [
    "mixdown",
    "router",
    "plugin",
    "broadway",
    "middleware"
  ],
  "dependencies": {
    "async": "^0.9.0",
    "express-useragent": "0.1.7",
    "formidable": "^1.0.15",
    "hammock": "^1.0.1",
    "lodash": "^2.4.1",
    "mixdown-app": "^3.0.4",
    "mkdirp": "^0.5.0",
    "node-uuid": "^1.4.1",
    "substr-polyfill": "0.0.2",
    "through2": "^0.5.1"
  },
  "devDependencies": {
    "browserify": "^4.2.1",
    "grunt": "^0.4.5",
    "grunt-http-server": "0.0.5",
    "mocha": "^1.20.1"
  },
  "author": "Tommy Messbauer",
  "license": "MIT",
  "readmeFilename": "README.md",
  "testling": {
    "browsers": {
      "ie": [
        6,
        7,
        8,
        9,
        10
      ],
      "ff": [
        24,
        25,
        "nightly"
      ],
      "chrome": [
        28,
        29,
        30,
        31,
        "canary"
      ],
      "safari": [
        "5.0.5",
        5.1
      ],
      "android-browser": [
        4.2
      ],
      "opera": [
        17,
        "next"
      ],
      "iphone": [
        6
      ],
      "ipad": [
        6
      ]
    },
    "files": [
      "test/tests/init.js",
      "test/tests/routetable.js",
      "test/tests/urls.js"
    ]
  }
}
