swarm-ron-uuid
Version:
A Swarm Replicated Object Notation UUID variant
31 lines (30 loc) • 641 B
JSON
{
"name": "swarm-ron-uuid",
"version": "2.0.9",
"description": "A Swarm Replicated Object Notation UUID variant",
"author": "Victor Grishchenko <victor.grishchenko@gmail.com>",
"main": "index.js",
"repository": {
"type": "git",
"url": ""
},
"dependencies": {
"swarm-ron-grammar": "^2.0.5"
},
"files": [
"index.js",
"test.js",
"README.md"
],
"scripts": {
"test": "node ./test.js && echo OK"
},
"keywords": [
"swarm",
"replicated",
"ron",
"grammar",
"protocol"
],
"license": "MIT"
}