-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 964 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
{
"name": "waves-atomic-swap",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "light-server -s . -p 8080 -o"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcelomorgado/waves-atomic-swap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcelomorgado/waves-atomic-swap/issues"
},
"homepage": "https://github.com/marcelomorgado/waves-atomic-swap#readme",
"dependencies": {
"@waves/waves-api": "^1.3.0",
"base-58": "0.0.1",
"bip39": "^2.5.0",
"bootstrap": "^4.1.2",
"crypto-js": "^3.1.9-1",
"ethereumjs-tx": "^1.3.6",
"https-browserify": "^1.0.0",
"jquery": "^3.3.1",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"secure-random": "^1.1.1",
"sha256": "^0.2.0",
"solc": "^0.4.24",
"web3": "^0.20.6"
}
}