-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
43 lines (43 loc) · 1005 Bytes
/
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
{
"name": "javalon",
"version": "1.0.36",
"description": "javascript api for the avalon blockchain",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -e index.js -p tinyify -o bin/javalon.min.js"
},
"keywords": [
"avalon",
"blockchain",
"social",
"currency",
"crypto"
],
"author": "Adrien M",
"license": "MIT",
"devDependencies": {
"browserify": "^16.5.0",
"eslint": "^5.16.0",
"tinyify": "^2.5.1"
},
"dependencies": {
"bip32": "^2.0.6",
"bip39": "^3.0.4",
"bs58": "^4.0.1",
"crypto-js": "^3.1.9-1",
"eccrypto": "^1.1.1",
"growint": "^1.0.1",
"node-fetch": "^2.6.0",
"randombytes": "^2.1.0",
"secp256k1": "^4.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skzap/javalon.git"
},
"bugs": {
"url": "https://github.com/skzap/javalon/issues"
},
"homepage": "https://github.com/skzap/javalon#readme"
}