{
  "name": "buffer-reader",
  "version": "0.1.0",
  "description": "a reader for nodejs buffer",
  "main": "index.js",
  "scripts": {
    "test": "grunt test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:villadora/node-buffer-reader.git"
  },
  "keywords": [],
  "dependencies": {},
  "devDependencies": {
    "buffer-builder": "^0.2.0",
    "chai": "~1.7.2",
    "grunt": "^0.4.5",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-mocha-test": "^0.12.6",
    "jshint": "~2.1.9",
    "mocha": "^2.1.0"
  },
  "readmeFilename": "README.md",
  "author": {
    "name": "wei.gao",
    "email": "jky239@gmail.com"
  },
  "license": "BSD"
}
