trytes
Version:
Conversion of trytes, bytes and text
34 lines (33 loc) • 649 B
JSON
{
"name": "trytes",
"version": "1.3.4",
"description": "Conversion of trytes, bytes and text",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vbakke/trytes.git"
},
"keywords": [
"tryte",
"trytes",
"iota",
"conversion"
],
"author": "vbakke",
"license": "MIT",
"bugs": {
"url": "https://github.com/vbakke/trytes/issues"
},
"homepage": "https://github.com/vbakke/trytes#readme",
"dependencies": {},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.2.0"
}
}