-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.04 KB
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
{
"name": "intjs4.0",
"version": "4.0.0",
"description": "INT Chain 4.0 JavaScript API",
"main": "src/index.js",
"scripts": {
"test": "mocha test/test.js",
"build": "babel src --out-dir=lib"
},
"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",
"bs58check": "^2.1.2",
"create-hash": "^1.2.0",
"elliptic": "^6.5.3",
"lodash": "^4.17.19",
"pbkdf2": "^3.1.1",
"randombytes": "^2.1.0",
"safe-buffer": "^5.2.1",
"scrypt.js": "^0.3.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"
}
}