-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 873 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
{
"name": "Dpos.space-exchanger",
"version": "0.2.0",
"description": "Viz-exchange - exchange service for Viz, Golos, Steem and Whaleshares blockchains.",
"main": "exchange.js",
"repository": {
"type": "git",
"url": "git+https://github.com/denis-skripnik/dpos.space-exchanger.git"
},
"keywords": [
"steem",
"golos",
"viz",
"blockchains",
"exchange",
"whaleshares",
"dpos.space"
],
"author": "denis-skripnik",
"license": "MIT",
"bugs": {
"url": "https://github.com/denis-skripnik/dpos.space-exchanger/issues"
},
"homepage": "https://github.com/denis-skripnik/dpos.space-exchanger",
"bin": {
"exchange": "exchange.js"
},
"dependencies": {
"fs": "latest",
"@whaleshares/wlsjs": "latest",
"golos-js": "latest",
"nedb": "^1.8.0",
"steem": "latest",
"viz-js-lib": "latest"
}
}