-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
72 lines (72 loc) · 1.76 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
{
"name": "nuls-sdk-js",
"version": "2.5.0",
"description": "nuls nuls-js nuls-sdk nuls-js-sdk",
"main": "index.js",
"files": [
"lib",
"src"
],
"scripts": {
"cleanLib": "./node_modules/.bin/rimraf lib",
"bableBuild": "./node_modules/.bin/babel src --out-dir lib",
"prepublish": "npm run cleanLib && npm run bableBuild",
"test": "node ./src/test"
},
"repository": {
"type": "git",
"url": "https://github.com/nuls-io/nuls-v2-js-sdk"
},
"keywords": [
"nuls",
"nuls-js",
"nuls-sdk"
],
"devDependencies": {
"buffer-equal": "^1.0.0",
"chai": "*",
"jshint": "^2.9.6",
"karma": "*",
"karma-browserify": "^5.3.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-firefox-launcher": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "*",
"watchify": "^3.11.0"
},
"dependencies": {
"acorn": "6.4.1",
"axios": "^0.18.1",
"babel-cli": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"bignumber.js": "^9.0.0",
"bitcore-lib": "^0.16.0",
"bitcore-mnemonic": "^1.0.1",
"browserify": "16.2.3",
"bs58": "4.0.1",
"buffer": "^5.2.1",
"buffer-from": "^1.1.1",
"crypto-js": "3.1.9-1",
"ecurve": "1.0.6",
"elliptic": "6.5.3",
"es6-promise": "3.0.2",
"jsrsasign": "8.0.19",
"nan": "2.11.1",
"randombytes": "2.0.6",
"rimraf": "^2.6.3",
"sha256": "^0.2.0"
},
"optionalDependencies": {
"secp256k1": "3.7.1"
},
"author": "NULS team",
"license": "ISC",
"bugs": {
"url": "https://github.com/nuls-io/nuls-v2-js-sdk"
},
"homepage": "https://github.com/nuls-io/nuls-v2-js-sdk"
}