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.
30 lines
580 B
30 lines
580 B
{
|
|
"name": "iguana_app",
|
|
"productName": "Iguana",
|
|
"version": "0.1.0",
|
|
"description": "iguana Desktop App",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron ."
|
|
},
|
|
"repository": "https://github.com/SuperNETorg/iguana/",
|
|
"keywords": [
|
|
"iguana",
|
|
"superNET",
|
|
"komodo",
|
|
"easydex",
|
|
"instantdex",
|
|
"pax"
|
|
],
|
|
"author": "ca333, grewalsatinder",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"electron": "^1.4.1"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.14.0",
|
|
"jquery": "^2.2.4",
|
|
"mkdirp": "^0.5.1",
|
|
"toastr": "^2.1.2"
|
|
}
|
|
}
|
|
|