Compare commits
3 Commits
52c555a312
...
7cc3a81b54
Author | SHA1 | Date |
---|---|---|
AJ ONeal | 7cc3a81b54 | |
AJ ONeal | 24cc8362ac | |
AJ ONeal | 02fea4473b |
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "hexdump.js",
|
"name": "hexdump.js",
|
||||||
"version": "1.0.7",
|
"version": "1.0.8",
|
||||||
"description": "Like hexdump on *nix, but in JavaScript.",
|
"description": "Like hexdump on *nix, but in JavaScript.",
|
||||||
"main": "hexdump.js",
|
"main": "hexdump.js",
|
||||||
|
"homepage": "https://git.coolaj86.com:coolaj86/hexdump.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"hexdump.js": "./bin/cli.js"
|
"hexdump.js": "./bin/cli.js"
|
||||||
},
|
},
|
||||||
|
@ -11,7 +12,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.coolaj86.com/coolaj86/hexdump.js.git"
|
"url": "git://git.coolaj86.com:coolaj86/hexdump.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"hexdump",
|
"hexdump",
|
||||||
|
|
Loading…
Reference in New Issue