mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-21 19:27:58 +00:00
17 lines
310 B
JSON
17 lines
310 B
JSON
{
|
|
"name": "convert-hex",
|
|
"version": "0.1.0",
|
|
"description": "Convert to/from hex string and array of bytes",
|
|
"keywords": [
|
|
"string",
|
|
"strings",
|
|
"convert",
|
|
"hex",
|
|
"bytes"
|
|
],
|
|
"repo": "cryptocoinjs/convert-hex",
|
|
"scripts": [
|
|
"convert-hex.js"
|
|
],
|
|
"main": "convert-hex.js"
|
|
} |