{
"name": "singlebyte",
"main": "singlebyte.js",
"version": "1.0.13",
"description": "Supports more 1-byte encodings than Node.js Buffer",
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
   "type": "git",
   "url": "git://github.com/Mithgol/node-singlebyte.git"
},
"dependencies": {
   "extend": "~1.2.1"
},
"scripts": {
   "pretest": "jshint singlebyte.js test/test.js",
   "test": "mocha --reporter spec"
}
}