mirror of https://github.com/lukechilds/Agama.git
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.
46 lines
1006 B
46 lines
1006 B
{
|
|
"name": "agama_app",
|
|
"productName": "Agama",
|
|
"version": "0.2.22",
|
|
"description": "Agama Desktop App",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"make-patch": "./make-patch.sh"
|
|
},
|
|
"repository": "https://github.com/SuperNETorg/Agama/",
|
|
"keywords": [
|
|
"iguana",
|
|
"agama",
|
|
"superNET",
|
|
"komodo",
|
|
"easydex",
|
|
"instantdex",
|
|
"pax"
|
|
],
|
|
"author": "ca333, grewalsatinder",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^1.4.1"
|
|
},
|
|
"dependencies": {
|
|
"adm-zip": "^0.4.7",
|
|
"bluebird": "^3.4.7",
|
|
"body-parser": "^1.15.2",
|
|
"electron": "^1.6.5",
|
|
"express": "^4.14.0",
|
|
"fix-path": "^2.1.0",
|
|
"fs-extra": "^1.0.0",
|
|
"graceful-fs": "^4.1.11",
|
|
"md5": "^2.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"nodejs-aes256": "^1.0.1",
|
|
"pm2": "^2.4.3",
|
|
"portscanner": "^2.1.1",
|
|
"ps-node": "^0.1.5",
|
|
"remote-file-size": "^3.0.3",
|
|
"request": "^2.80.0",
|
|
"rimraf": "^2.6.1",
|
|
"socket.io": "^1.7.3"
|
|
}
|
|
}
|
|
|