hexdump.js/package.json

22 lines
446 B
JSON

{
"name": "hexdump",
"version": "1.0.0",
"description": "Like hexdump on *nix, but in JavaScript.",
"main": "hexdump.js",
"scripts": {
"test": "node bin/cli.js hexdump.js"
},
"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"
}