aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: d2129fa2e62b08155079c06ad7995344d5495f89 (plain)
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
{
  "name": "jitsi-meet-electron",
  "version": "0.0.0",
  "description": "Electron application for Jitsi Meet",
  "main": "main.js",
  "scripts": {
    "start": "electron .",
    "build": "./electron_npm_rebuild",
    "clean": "rm -r node_modules .electron-gyp",
    "lint": "eslint .",
    "validate": "npm ls"
  },
  "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": {
    "robotjs": "hristoterezov/robotjs",
    "postis": "^2.2.0"
  },
  "devDependencies": {
    "electron": "1.4.13",
    "eslint": ">=3",
    "eslint-plugin-jsdoc": "*",
    "precommit-hook": "3.0.0"
  }
}