首次放到 git

This commit is contained in:
Luk.Lu
2018-10-09 23:03:05 +08:00
commit 16cca302b7
37 changed files with 4203 additions and 0 deletions

24
package.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "tic.common",
"version": "1.2.1",
"dependencies": {
"aes-js": "^3.1.1",
"axios": "^0.18.0",
"bitcoinjs-lib": "^4.0.2",
"elliptic": "^6.4.1",
"etherscan-api": "^8.1.3",
"js-sha3": "^0.8.0",
"scrypt-js": "^2.0.3",
"setimmediate": "^1.0.5",
"tic.common": "git+https://git.faronear.org/tic/tic.common.git",
"uuid": "^3.3.2"
},
"deprecated": false,
"description": "blockchain tool for ticwallet",
"keywords": [
"tool",
"blockchain",
"tic"
],
"main": "index.js"
}