[WIP] add some folders for library structure

@types
neeboo 6 years ago
parent 36a41c32ee
commit 86af109fac
  1. 11
      packages/harmony-account/package.json
  2. 11
      packages/harmony-crypto/package.json
  3. 11
      packages/harmony-network/package.json
  4. 11
      packages/harmony-utils/package.json

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