{
  "author": "Thorsten Lorenz <thlorenz@gmx.de> (http://thlorenz.com)",
  "name": "runnel",
  "description": "Simple and small flow control library to execute async functions in sequence",
  "version": "0.5.3",
  "repository": {
    "type": "git",
    "url": "git://github.com/thlorenz/runnel.git"
  },
  "main": "index.js",
  "dependencies": {},
  "devDependencies": {
    "tape": "~1.0.4",
    "tap": "~0.4.3"
  },
  "optionalDependencies": {},
  "keywords": [
    "flow",
    "control",
    "async",
    "sequence",
    "reduce",
    "simple",
    "small"
  ],
  "license": {
    "type": "MIT",
    "url": "https://github.com/thlorenz/runner/blob/master/LICENSE"
  },
  "engines": {
    "node": "*"
  },
  "scripts": {
    "test": "tap test"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/8..latest",
      "firefox/17..latest",
      "firefox/nightly",
      "chrome/22..latest",
      "chrome/canary",
      "opera/12..latest",
      "opera/next",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  }
}
