forked from max-mapper/screencat
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.6 KB
/
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
43
44
{
"name": "screencat",
"version": "4.2.0",
"description": "webrtc screensharing with shared mouse and keyboard",
"main": "electron.js",
"scripts": {
"start": "electron electron.js",
"build": "electron-packager . ScreenCat --platform=darwin --arch=x64 --version=0.36.0 --protocol-name=\"ScreenCat URL\" --protocol=\"screencat\" --ignore=node_modules/electron-prebuilt --ignore=node_modules/electron-packager --ignore=node_modules/browserify --ignore=node_modules/wzrd --ignore=node_modules/standard && cp img/Icon.icns ScreenCat.app/Contents/Resources/atom.icns",
"css": "node-sass stylesheets/sass/screencat.scss stylesheets/css/screencat.css --watch",
"test": "standard",
"rebuild": "cd node_modules/robotjs && set HOME=~/.electron-gyp && node-gyp rebuild --target=0.36.0 --arch=x64 --dist-url=https://atom.io/download/atom-shell"
},
"author": "max ogden",
"license": "BSD-3-Clause",
"dependencies": {
"domify": "^1.4.0",
"menubar": "^2.0.4",
"multicast-dns": "^3.0.0",
"nets": "^3.1.0",
"simple-peer": "^5.11.5",
"ssejson": "^1.2.0",
"vkey": "^1.0.0"
},
"optionalDependencies": {
"robotjs": "^0.3.0"
},
"devDependencies": {
"browserify": "^9.0.3",
"electron-packager": "^4.1.0",
"electron-prebuilt": "^0.36.0",
"node-sass": "^3.4.1",
"standard": "^5.3.1",
"tachyons": "^1.2.0",
"wzrd": "^1.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/maxogden/screencat.git"
},
"bugs": {
"url": "https://github.com/maxogden/screencat/issues"
},
"homepage": "https://github.com/maxogden/screencat"
}