bitshifter
Version:
A utility for bitshifting strings
33 lines • 794 B
JSON
{
"name": "bitshifter",
"homepage": "https://github.com/khrome/bitshifter",
"version": "0.0.2-alpha",
"main": "bitshifter.js",
"description": "A utility for bitshifting strings",
"keywords": [
"bitsquatting",
"bitshift",
"url"
],
"author": "Abbey Hawk Sparrow <@khrome> (http://patternweaver.com)",
"contributors": [],
"bugs": {
"url": "https://github.com/khrome/bitshifter/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/khrome/bitshifter.git"
},
"dependencies": {
"bit-mask": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}