-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 969 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
{
"name": "screen-share-indicator-frame",
"version": "1.5.0",
"description": "screen sharing indicator frame util for windows",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "npm run build",
"build": "run-script-os",
"build:win32": "rc.exe /nologo resources.rc & cl ScreenShareIndicatorFrame.c resources.res /O2 /MT /nologo",
"build:darwin": "clang SymphonyScreenShareIndicator.m -O2 -oSymphonyScreenShareIndicator -framework Cocoa -mmacosx-version-min=10.8"
},
"dependencies": {
"run-script-os": "1.1.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattias-symphony/ScreenShareIndicatorFrame.git"
},
"author": "symphony",
"license": "ISC",
"bugs": {
"url": "https://github.com/symphonyoss/ScreenShareIndicatorFrame/issues"
},
"homepage": "https://github.com/symphonyoss/ScreenShareIndicatorFrame#readme",
"os": [
"win32",
"darwin"
]
}