{
  "name": "buffer",
  "description": "Node.js Buffer API, for the browser",
  "version": "2.1.7",
  "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
  "bugs": {
    "url": "https://github.com/feross/buffer/issues"
  },
  "contributors": [
    "Romain Beauxis <toots@rastageeks.org>",
    "James Halliday <mail@substack.net>"
  ],
  "dependencies": {
    "base64-js": "~0.0.4",
    "ieee754": "~1.1.1"
  },
  "devDependencies": {
    "benchmark": "*",
    "browserify": "3.x",
    "tape": "*"
  },
  "homepage": "http://feross.org",
  "keywords": [
    "buffer",
    "browserify",
    "compatible",
    "browser",
    "arraybuffer",
    "uint8array",
    "dataview"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/buffer.git"
  },
  "scripts": {
    "test": "tape test/*.js",
    "prepublish": "./bundle.sh",
    "perf": "cd perf/solo && browserify --debug readUInt32BE.js > bundle.js && open index.html"
  },
  "testling": {
    "files": "test/*.js",
    "browsers": [
      "ie/6..latest",
      "chrome/4..latest",
      "firefox/3..latest",
      "safari/5.1..latest",
      "opera/11.0..latest",
      "iphone/6",
      "ipad/6"
    ]
  }
}
