forked from jitsi/jitsi-meet-electron-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 927 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "jitsi-meet-electron-utils",
"version": "1.1.1",
"description": "Utilities for jitsi-meet-electron project",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "TESTING=true mocha",
"validate": "npm ls",
"install": "prebuild-install || node-gyp rebuild"
},
"pre-commit": [
"lint"
],
"repository": "https://www.github.com/jitsi/jitsi-meet-electron-utils",
"keywords": [
"jingle",
"webrtc",
"xmpp",
"electron",
"jitsi-meet",
"utils"
],
"author": "",
"readmeFilename": "README.md",
"license": "Apache-2.0",
"gypfile": true,
"dependencies": {
"nan": "^2.14.0",
"postis": "^2.2.0",
"prebuild-install": "^5.3.0",
"robotjs": "0.6.0",
"semver": "7.1.1"
},
"devDependencies": {
"eslint": ">=3",
"eslint-plugin-jsdoc": "*",
"mocha": "^4.0.1",
"prebuild": "^9.1.1",
"precommit-hook": "3.0.0"
}
}