{
	"name": "buffertools",
	"main": "buffertools",
	"version": "2.1.6",
	"keywords": ["buffer", "buffers"],
	"description": "Working with node.js buffers made easy.",
	"homepage": "https://github.com/bnoordhuis/node-buffertools",
	"author": {
		"name": "Ben Noordhuis",
		"email": "info@bnoordhuis.nl",
		"url": "http://bnoordhuis.nl/"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/bnoordhuis/node-buffertools.git"
	},
	"engines": {
		"node": ">=0.3.0"
	},
	"scripts": {
		"test": "node test.js"
	},
	"license": "ISC",
	"readmeFilename": "README.md"
}
