{
  "name": "kgo",
  "version": "4.0.4",
  "description": "Flow control the super easy way",
  "main": "kgo.js",
  "scripts": {
    "test": "node test",
    "watch": "watchify test/index.js -o test/index.browser.js -d"
  },
  "author": "Kory Nunn <knunn187@gmail.com>",
  "license": "MIT",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/korynunn/kgo.git"
  },
  "bugs": {
    "url": "https://github.com/korynunn/kgo/issues"
  },
  "homepage": "https://github.com/korynunn/kgo",
  "devDependencies": {
    "tape": "^4.0.0"
  },
  "testling": {
    "files": "./test/index.js",
    "browsers": [
      "ie/6..latest",
      "chrome/22..latest",
      "firefox/16..latest",
      "safari/latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6",
      "android-browser/latest"
    ]
  },
  "dependencies": {
    "cpsenize": "^1.0.0"
  }
}
