BarterDEX/package.json

28 lines
529 B
JSON
Raw Normal View History

2017-08-17 04:47:38 -07:00
{
"name": "BarterDEX",
"version": "1.0.0",
"description": "A minimal BarterDEX Implimentation",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/SuperNETorg/dexuglygui",
"keywords": [
"barterdex",
"jumblr",
"dex",
"atomicswaps",
"instantdex",
"easydex",
"bitcoin",
"nativedex",
"bitcoinmixer",
"bitcointumbler"
],
"author": "Satinderjit Singh",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.6.2"
}
}