{
  "name": "string-buffer",
  "version": "1.1.6",
  "description": "Portable alternative to the Node.js Buffer object that stores its data in a string.",
  "main": "string-buffer.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/raypulver/string-buffer"
  },
  "keywords": [
    "string",
    "buffer",
    "binary"
  ],
  "author": "Raymond Pulver IV",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/raypulver/string-buffer/issues"
  },
  "homepage": "https://github.com/raypulver/string-buffer",
  "devDependencies": {
    "chai": "^3.0.0",
    "gulp": "^3.9.0",
    "gulp-rename": "^1.2.2",
    "gulp-uglify": "^1.2.0",
    "mocha": "^2.2.5"
  }
}
