Files

18 lines
356 B
JSON
Raw Permalink Normal View History

2021-01-18 20:47:18 +00:00
{
"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"
}