{
  "name": "raf-stream",
  "version": "3.0.0",
  "description": "An event emitter wrapping requestAnimationFrame",
  "main": "index.js",
  "scripts": {
    "testling": "browserify test.js | testling",
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/CMTegner/raf-stream.git"
  },
  "keywords": [
    "raf",
    "requestAnimationFrame",
    "stream"
  ],
  "author": "Chris Dickinson <chris@neversaw.us>",
  "contributors": [
    "Christian Maughan Tegnér <christian.tegner@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/CMTegner/raf-stream/issues"
  },
  "homepage": "https://github.com/CMTegner/raf-stream",
  "dependencies": {
    "raf": "~3.1.0"
  },
  "devDependencies": {
    "testling": "~1.6.1",
    "browserify": "~4.1.2",
    "tape": "~2.12.3"
  },
  "testling": {
    "files": "test.js",
    "browsers": [
      "iexplore/6.0..latest",
      "firefox/3.0..6.0",
      "firefox/15.0..latest",
      "firefox/nightly",
      "chrome/4.0..10.0",
      "chrome/20.0..latest",
      "chrome/canary",
      "opera/10.0..latest",
      "opera/next",
      "safari/4.0..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest"
    ]
  }
}
