aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJhih-Ming Huang <jm@byzantine-lab.io>2019-11-01 16:27:14 +0800
committerJhih-Ming Huang <jm@byzantine-lab.io>2019-11-01 16:27:14 +0800
commit888c40a65863f7fc25299f91294cced1483af9eb (patch)
tree46ac6739c50b08b99a8afcee4bcaccd91796fc22
parent8948709eca6d688401b3d11e6abe1d5412e60d2a (diff)
downloadtangerine-random-lib-master.tar.gz
tangerine-random-lib-master.tar.zst
tangerine-random-lib-master.zip
add package.jsonHEADmaster
-rw-r--r--package.json19
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"
+}