-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 2.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "esecubit-wallet-sdk",
"version": "1.0.0",
"description": "SDK for EsecuBit Wallet.",
"main": "index.js",
"directories": {
"test": "test"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^8.0.0",
"chai": "^4.1.2",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"eslint-plugin-vue": "^4.0.0",
"mini-css-extract-plugin": "^0.4.0",
"mocha": "^5.2.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.6",
"webpack": "^4.12.1",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run server",
"dev": "npm run server",
"build": "npx webpack --config build/webpack.config.chrome.sdk.js",
"server": "npx webpack-dev-server --progress --open --config build/webpack.config.dev.js",
"chromeapp": "npx webpack --progress --watch --config build/webpack.config.chrome.app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/EsecuBit/EsecuBit-wallet-sdk"
},
"keywords": [],
"author": "EsecuBit",
"license": "LGPLv3",
"dependencies": {
"axios": "^0.19.0",
"bech32": "^1.1.3",
"bigdecimal": "^0.6.1",
"bigi": "^1.4.2",
"bitcoinjs-lib": "^3.3.2",
"bitpony": "0.0.1",
"bs58": "^4.0.1",
"bs58check": "^2.1.1",
"buffer": "^5.1.0",
"bytebuffer": "^5.0.1",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"crypto-js": "^3.1.9-1",
"ecurve": "^1.0.6",
"ignore-case": "^0.1.0",
"keccak": "^1.4.0",
"rlp": "2.1.0",
"sm-series-crypto": "^0.2.0",
"url-parse": "^1.4.7"
}
}