Empty JS library

This commit is contained in:
Jack Grigg
2019-06-11 00:10:10 +01:00
parent cb6d4ed68c
commit f53de917c5
3 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "zcash-client-sdk",
"version": "0.0.1",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"zcash"
],
"author": "Jack Grigg <jack@z.cash>",
"license": "MIT"
}