jitsi-meet-electron/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2016-12-12 21:46:47 +01:00
{
"name": "jitsi-meet-electron",
"version": "0.0.0",
"description": "Electron application for Jitsi Meet",
"main": "main.js",
2016-12-28 17:25:08 +01:00
"productName": "Jitsi Meet",
2016-12-12 21:46:47 +01:00
"scripts": {
"start": "electron .",
"clean": "rm -rf node_modules",
2016-12-12 21:46:47 +01:00
"lint": "eslint .",
"pack": "electron-packager .",
"postinstall": "electron-rebuild",
"validate": "npm ls"
2016-12-12 21:46:47 +01:00
},
"pre-commit": [
"lint"
],
"repository": {
"type": "git",
"url": "git://github.com/jitsi/jitsi-meet-electron"
},
"keywords": [
"jingle",
"webrtc",
"xmpp",
"electron",
"jitsi-meet"
],
"author": "",
"readmeFilename": "README.md",
"license": "Apache-2.0",
"dependencies": {
"jitsi-meet-electron-utils": "jitsi/jitsi-meet-electron-utils"
2016-12-12 21:46:47 +01:00
},
"devDependencies": {
"babel-eslint": "8.2.3",
2018-05-08 20:58:26 +02:00
"electron": "2.0.0",
"electron-packager": "12.0.2",
"electron-rebuild": "1.7.3",
"eslint": "4.12.1",
"eslint-config-jitsi": "git+https://github.com/jitsi/eslint-config-jitsi.git",
"eslint-plugin-flowtype": "2.46.3",
"eslint-plugin-import": "2.11.0",
2018-05-08 20:58:26 +02:00
"eslint-plugin-jsdoc": "3.2.0",
"precommit-hook": "3.0.0"
2016-12-12 21:46:47 +01:00
}
}