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.

40 lines
818 B

8 years ago
{
"name": "iguana_app",
"productName": "Iguana",
"version": "0.1.0",
"description": "iguana Desktop App",
8 years ago
"main": "main.js",
"scripts": {
"start": "electron ."
},
8 years ago
"repository": "https://github.com/SuperNETorg/iguana/",
8 years ago
"keywords": [
"iguana",
"superNET",
"komodo",
"easydex",
"instantdex",
"pax"
8 years ago
],
"author": "ca333, grewalsatinder",
"license": "MIT",
"devDependencies": {
"electron": "^1.4.1"
8 years ago
},
"dependencies": {
"bluebird": "^3.4.7",
"body-parser": "^1.15.2",
"corsproxy": "^1.5.0",
"electron": "^1.4.15",
"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",
"pm2": "^2.3.0",
"ps-node": "^0.1.4",
"socket.io": "^1.7.3"
8 years ago
}
}