OSDN Git Service

update v3.0.0 for product
[bytom/Bytom-JS-SDK.git] / package.json
1 {
2   "name": "bytom-js-sdk",
3   "version": "1.4.0",
4   "description": "Bytom JS SDK",
5   "main": "src/index.js",
6   "keywords": [
7     "Bytom",
8     "SDK",
9     "WebAssembly"
10   ],
11   "scripts": {
12     "docs": "jsdoc -c jsdoc.conf.json"
13   },
14   "dependencies": {
15     "axios": "^0.18.0",
16     "bech32": "^1.1.3",
17     "bip39": "^3.0.2",
18     "bn.js": "^5.1.1",
19     "create-hmac": "^1.1.7",
20     "crypto-browserify": "^3.12.0",
21     "crypto-js": "^4.0.0",
22     "elliptic": "^6.5.2",
23     "eslint": "^5.6.1",
24     "js-sha3": "^0.8.0",
25     "lodash": "^4.17.15",
26     "scrypt-js": "^3.0.0"
27   },
28   "devDependencies": {
29     "jsdoc": "^3.5.5",
30     "docdash": "^1.1.0"
31   },
32   "repository": {
33     "type": "git",
34     "url": "https://github.com/Bytom/Bytom-JS-SDK.git"
35   },
36   "author": "shijianzhiwai",
37   "email": "diqiuxuxu@gmail.com",
38   "license": "MIT"
39 }