-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.17 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
{
"name": "int4.js",
"version": "4.0.33",
"description": "INT Chain 4.0 JavaScript API",
"main": "src/index.js",
"scripts": {
"test": "mocha test/test.js",
"build": "babel src --out-dir=dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/intfoundation/int4.js.git"
},
"keywords": [
"INT",
"Chain",
"JavaScript",
"API"
],
"author": "likeaixi@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/intfoundation/int4.js/issues"
},
"homepage": "https://github.com/intfoundation/int4.js#readme",
"dependencies": {
"bn.js": "^5.1.2",
"browserify-cipher": "^1.0.1",
"create-hash": "^1.2.0",
"elliptic": "^6.5.3",
"lodash": "^4.17.19",
"number-to-bn": "^1.7.0",
"pbkdf2": "^3.1.1",
"randombytes": "^2.1.0",
"safe-buffer": "^5.2.1",
"scrypt.js": "^0.3.0",
"underscore": "^1.10.2",
"utf8": "^3.0.0",
"uuid": "^8.2.0",
"xhr-request-promise": "^0.1.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"mocha": "^8.0.1",
"ethjs-account": "^0.1.1",
"ethjs-signer": "^0.1.1",
"rlp": "^2.0.0"
}
}