BarterDEX/package.json

36 lines
737 B
JSON
Raw Normal View History

2017-08-17 04:47:38 -07:00
{
2017-12-07 08:07:32 -08:00
"name": "BarterDEX",
2018-02-19 04:26:13 -08:00
"version": "0.8.9-rc",
2017-12-07 08:07:32 -08:00
"description": "Full BarterDEX implimentation with powertools for Traders",
2017-08-17 04:47:38 -07:00
"main": "main.js",
"scripts": {
"start": "electron ."
},
2018-01-17 19:41:27 -08:00
"repository": "https://github.com/KomodoPlatform/BarterDEX.git",
2017-08-17 04:47:38 -07:00
"keywords": [
"barterdex",
"jumblr",
"dex",
"atomicswaps",
"instantdex",
"easydex",
"bitcoin",
"nativedex",
"bitcoinmixer",
"bitcointumbler"
],
"author": "Satinderjit Singh",
2017-08-17 05:42:02 -07:00
"license": "MIT",
2017-08-17 04:47:38 -07:00
"devDependencies": {
2017-10-14 11:26:56 -07:00
"electron": "^1.8.1"
2017-08-17 05:42:02 -07:00
},
"dependencies": {
2017-10-14 11:26:56 -07:00
"bluebird": "^3.5.1",
2017-08-17 05:42:02 -07:00
"fix-path": "^2.1.0",
"fs-extra": "^4.0.3",
2017-08-17 05:42:02 -07:00
"mkdirp": "^0.5.1",
"portscanner": "^2.1.1",
"ps-node": "^0.1.6"
2017-08-17 04:47:38 -07:00
}
}