{
"name": "large-split",
"main": "large-split.js",
"version": "0.1.2",
"description": "A collection of methods that split large Buffers and files.",
"keywords": ["split", "large", "huge", "Buffer", "Buffers", "file", "files"],
"author": { "name": "Mithgol the Webmaster" },
"license": "MIT",
"repository": {
   "type": "git",
   "url": "https://github.com/Mithgol/node-large-split.git"
},
"scripts": {
   "test": "jshint --verbose large-split.js"
}
}