hexdump.js/package.json

26 lines
566 B
JSON
Raw Normal View History

2017-09-25 18:00:04 +00:00
{
2017-09-25 18:36:19 +00:00
"name": "hexdump.js",
2017-10-29 04:16:43 +00:00
"version": "1.0.9",
2017-09-25 18:00:04 +00:00
"description": "Like hexdump on *nix, but in JavaScript.",
"main": "hexdump.js",
2017-10-29 04:16:33 +00:00
"homepage": "https://git.coolaj86.com/coolaj86/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",
2017-10-29 04:08:06 +00:00
"url": "git://git.coolaj86.com:coolaj86/hexdump.js.git"
2017-09-25 18:00:04 +00:00
},
"keywords": [
"hexdump",
"binary",
"bin",
"js"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
"license": "MIT"
}