OSDN Git Service

fix bug
[bytom/Bytom-JS-SDK.git] / package.json
1 {
2   "name": "bytom-js-sdk",
3   "version": "1.3.8",
4   "description": "Bytom JS SDK",
5   "main": "src/index.js",
6   "keywords": [
7     "Bytom",
8     "SDK",
9     "WebAssembly"
10   ],
11   "dependencies": {
12     "axios": "^0.18.0",
13     "eslint": "^5.6.1"
14   },
15   "devDependencies": {},
16   "repository": {
17     "type": "git",
18     "url": "https://github.com/Bytom-Community/Bytom-JS-SDK.git"
19   },
20   "author": "shijianzhiwai",
21   "email": "diqiuxuxu@gmail.com",
22   "license": "MIT"
23 }