diff options
-rw-r--r-- | package.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ad4c76b --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "@tangerine-network/random-lib", + "version": "1.0.0", + "description": "tangerine newtork random library", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tangerine-network/random-lib.git" + }, + "author": "Byzantine Lab", + "license": "ISC", + "bugs": { + "url": "https://github.com/tangerine-network/random-lib/issues" + }, + "homepage": "https://github.com/tangerine-network/random-lib#readme" +} |