parent
36a41c32ee
commit
86af109fac
@ -0,0 +1,11 @@ |
||||
{ |
||||
"name": "harmony-account", |
||||
"version": "0.0.1", |
||||
"description": "account and wallet for harmony", |
||||
"main": "index.js", |
||||
"scripts": { |
||||
"test": "echo \"Error: no test specified\" && exit 1" |
||||
}, |
||||
"author": "neeboo@firestack.one", |
||||
"license": "ISC" |
||||
} |
@ -0,0 +1,11 @@ |
||||
{ |
||||
"name": "harmony-crypto", |
||||
"version": "0.0.1", |
||||
"description": "crypto libraries for harmony", |
||||
"main": "index.js", |
||||
"scripts": { |
||||
"test": "echo \"Error: no test specified\" && exit 1" |
||||
}, |
||||
"author": "neeboo@firestack.one", |
||||
"license": "ISC" |
||||
} |
@ -0,0 +1,11 @@ |
||||
{ |
||||
"name": "harmony-network", |
||||
"version": "0.0.1", |
||||
"description": "network packages for harmony", |
||||
"main": "index.js", |
||||
"scripts": { |
||||
"test": "echo \"Error: no test specified\" && exit 1" |
||||
}, |
||||
"author": "neeboo@firestack.one", |
||||
"license": "ISC" |
||||
} |
@ -0,0 +1,11 @@ |
||||
{ |
||||
"name": "harmony-utils", |
||||
"version": "0.0.1", |
||||
"description": "utils for harmony", |
||||
"main": "index.js", |
||||
"scripts": { |
||||
"test": "echo \"Error: no test specified\" && exit 1" |
||||
}, |
||||
"author": "neeboo@firestack.one", |
||||
"license": "ISC" |
||||
} |
Loading…
Reference in new issue