-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 816 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 816 Bytes
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
{
"name": "bottos-js-crypto",
"version": "1.0.15",
"description": "crypto for bottos wallet project",
"main": "index.js",
"scripts": {
"test": "mocha test/*.test.js -t 12000",
"docs": "jsdoc2md test/*.js > doc/test.md"
},
"repository": {
"type": "git",
"url": "https://github.com/bottos-project/bottos-js-crypto.git"
},
"keywords": [],
"author": "yuanjunliang",
"license": "ISC",
"dependencies": {
"bignumber.js": "^8.0.1",
"bytebuffer": "^5.0.1",
"crypto-js": "^3.1.9-1",
"eccrypto": "^1.0.3",
"google-protobuf": "^3.5.0",
"keccak": "^1.4.0",
"long": "^4.0.0",
"protobufjs": "^6.8.6",
"secp256k1": "^3.5.0",
"uuid": "^3.2.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1"
}
}