Browse Source

Empty JS library

checkpoints
Jack Grigg 5 years ago
parent
commit
f53de917c5
No known key found for this signature in database GPG Key ID: 9E8255172BBF9898
  1. 1
      zcash-client-sdk-js/.gitignore
  2. 5
      zcash-client-sdk-js/package-lock.json
  3. 14
      zcash-client-sdk-js/package.json

1
zcash-client-sdk-js/.gitignore

@ -0,0 +1 @@
node_modules/

5
zcash-client-sdk-js/package-lock.json

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

14
zcash-client-sdk-js/package.json

@ -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"
}
Loading…
Cancel
Save