Empty JS library

This commit is contained in:
Jack Grigg 2019-06-11 00:10:10 +01:00
parent cb6d4ed68c
commit f53de917c5
No known key found for this signature in database
GPG Key ID: 9E8255172BBF9898
3 changed files with 20 additions and 0 deletions

1
zcash-client-sdk-js/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

5
zcash-client-sdk-js/package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "zcash-client-sdk",
"version": "0.0.1",
"lockfileVersion": 1
}

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"
}