Files

16 lines
308 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"
],
"repo": "cryptocoinjs/convert-string",
"scripts": [
"convert-string.js"
],
"main": "convert-string.js"
}