You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

50 lines
1.2 KiB

8 years ago
{
"name": "agama-app",
"productName": "Agama",
"version": "0.2.23",
"description": "Agama Wallet Desktop App",
8 years ago
"main": "main.js",
"scripts": {
"start": "electron .",
"make-patch": "./make-patch.sh",
"make-rpm": "node make-rpm.js",
"make-deb": "node make-deb.js"
8 years ago
},
"repository": "https://github.com/SuperNETorg/Agama/",
"homepage": "http://supernet.org",
8 years ago
"keywords": [
"agama",
"SuperNET",
"komodo",
"pax"
8 years ago
],
"author": "SuperNET",
8 years ago
"license": "MIT",
"devDependencies": {
"electron": "^1.4.1",
"electron-installer-debian": "^0.6.0",
"electron-installer-redhat": "^0.5.0"
8 years ago
},
"dependencies": {
"adm-zip": "^0.4.7",
7 years ago
"bitcoinjs-lib": "^3.2.0",
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
7 years ago
"buffer-reverse": "^1.0.1",
7 years ago
"coinkey": "^2.0.0",
"coinselect": "github:bitcoinjs/coinselect",
"electron": "1.6.5",
"express": "^4.14.0",
"fix-path": "^2.1.0",
"fs-extra": "^1.0.0",
"graceful-fs": "^4.1.11",
7 years ago
"nodejs-aes256": "^1.0.1",
"portscanner": "^2.1.1",
"ps-node": "^0.1.5",
"remote-file-size": "^3.0.3",
"request": "^2.80.0",
7 years ago
"sha256": "^0.2.0",
"socket.io": "^1.7.3"
8 years ago
}
}