{
  "name": "waitress",
  "description": "Simple flow control for multiple parallel async calls.",
  "author": {
    "name": "Adam Blackburn",
    "email": "adam@ifit.com"
  },
  "devDependencies": {
    "mocha": "~1.7.4"
  },
  "version": "0.1.5",
  "main": "index.js",
  "keywords": [
    "flow-control",
    "flow",
    "waitress",
    "async",
    "parallel",
    "callback"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/ifit/waitress.git"
  },
  "homepage": "https://github.com/ifit/waitress",
  "testling": {
    "files": "test.js",
    "harness": "mocha",
    "browsers": {
      "ie": [ 7, 8, 9, 10 ],
      "firefox": [ 3.6, 12, 13, "nightly" ],
      "chrome": [ 19, 20, "canary" ],
      "safari": [ 5.0, 5.1 ],
      "opera": [ 12 ],
      "iphone": [ "6.0" ],
      "ipad": [ "6.0" ]
    }
  }
}
