2017-09-25 18:00:04 +00:00
|
|
|
{
|
|
|
|
"name": "hexdump",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Like hexdump on *nix, but in JavaScript.",
|
|
|
|
"main": "hexdump.js",
|
2017-09-25 18:26:15 +00:00
|
|
|
"bin": {
|
|
|
|
"hexdump.js": "./bin/cli.js"
|
|
|
|
},
|
2017-09-25 18:00:04 +00:00
|
|
|
"scripts": {
|
2017-09-25 18:22:44 +00:00
|
|
|
"test": "node bin/cli.js hexdump.js"
|
2017-09-25 18:00:04 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@git.daplie.com:Daplie/hexdump.js.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hexdump",
|
|
|
|
"binary",
|
|
|
|
"bin",
|
|
|
|
"js"
|
|
|
|
],
|
|
|
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|