{
"name": "Tox",
"version": "0.1.0",
"description": "A quick prototype of a Tox client powered by JS running everywhere",
"scripts": {
"dev": "electron ./app",
"clean": "rm -rf ./dist",
"clean:win": "rm -rf ./dist/Tox-win32-x64",
"clean:osx": "rm -rf ./dist/Tox-darwin-x64",
"clean:linux": "rm -rf ./dist/Tox-linux-x64",
"build": "npm run clean && npm run build:osx && npm run build:win && npm run build:linux",
"build:win": "npm run clean:win && electron-packager ./app \"Tox\" --out=dist --platform=win32 --arch=x64",
"build:osx": "npm run clean:osx && electron-packager ./app \"Tox\" --out=dist --platform=darwin --arch=x64",
"build:linux": "npm run clean:linux && electron-packager ./app \"Tox\" --out=dist --platform=linux --arch=x64"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SkyzohKey/Tox-client.git"
},
"keywords": [
"Tox",
"Toxcore",
"client",
"Instant Messaging",
"im",
"secure",
"p2p",
"encrypted"
],
"author": "SkyzohKey <skyzohkey@invmail.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SkyzohKey/Tox-client/issues"
},
"devDependencies": {
"electron-prebuilt": "^1.2.0",
"electron-reload": "^1.0.1"
},
"dependencies": {
"date-format": "0.0.2",
"electron-context-menu": "^0.4.0",
"emojione": "^2.2.6",
"jquery": "^3.1.0",
"jquery-textcomplete": "^1.6.2",
"toxcore": "^1.3.0"
}
}