tera/src/package.json

27 lines
647 B
JSON

{
"name": "tera",
"version": "1.0.0",
"description": "Tera wallet",
"main": "run-nw.js",
"main2": "run-electron.js",
"repository": "https://git.yumc.pw/circlecloud/tera.git",
"keywords": [
"wallet",
"cryptowallet",
"quick",
"messenger",
"cryptocurrency",
"cryptomessenger"
],
"author": "progr76@gmail.com",
"license": "MIT",
"dependencies": {
"bintrees": "^1.0.2",
"greenlock": "^2.6.7",
"ntp-client": "^0.5.3",
"secp256k1": "^3.6.1",
"stun": "^1.1.0",
"uglify-js": "^3.4.9",
"zip": "^1.2.0"
}
}