diff options
author | Jhih-Ming Huang <jm@byzantine-lab.io> | 2019-11-01 16:27:14 +0800 |
---|---|---|
committer | Jhih-Ming Huang <jm@byzantine-lab.io> | 2019-11-01 16:27:14 +0800 |
commit | 888c40a65863f7fc25299f91294cced1483af9eb (patch) | |
tree | 46ac6739c50b08b99a8afcee4bcaccd91796fc22 | |
parent | 8948709eca6d688401b3d11e6abe1d5412e60d2a (diff) | |
download | tangerine-random-lib-master.tar.gz tangerine-random-lib-master.tar.zst tangerine-random-lib-master.zip |
-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" +} |