{ "name": "hexdump.js", "version": "1.0.1", "description": "Like hexdump on *nix, but in JavaScript.", "main": "hexdump.js", "bin": { "hexdump.js": "./bin/cli.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 (https://coolaj86.com)", "license": "MIT" }