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.

25 lines
476 B

8 years ago
{
"name": "iguana_electron",
"version": "1.0.0",
"description": "Electron iguana app launcher",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/ca333/iguana_electron",
"keywords": [
"iguana",
"superNET",
"komodo"
],
"author": "ca333, grewalsatinder",
"license": "MIT",
"devDependencies": {
"electron": "^1.4.1"
},
"dependencies": {
"jquery": "^2.2.4",
"toastr": "^2.1.2"
}
}