mirror of
https://github.com/billbuchanan/appliedcrypto.git
synced 2026-02-22 11:48:11 +00:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"name": "convert-string",
|
|
"version": "0.1.0",
|
|
"description": "Convert to/from strings and array of bytes",
|
|
"keywords": [
|
|
"string",
|
|
"strings",
|
|
"convert",
|
|
"bytes"
|
|
],
|
|
"ignore": [
|
|
"node_modules",
|
|
".DS_Store",
|
|
"references"
|
|
],
|
|
"repo": "https://github.com/cryptocoinjs/convert-string",
|
|
"main": "convert-string.js"
|
|
} |