forked from jensstigaard/grandiose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.12 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
{
"name": "grandiose",
"version": "0.0.9",
"private": true,
"description": "Node.JS native bindings to the Newtek NDI SDK.",
"main": "index.js",
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"rebuild": "node-pre-gyp install --build-from-source",
"run-scratch-with-gc": "node --expose-gc scratch/receive-data.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jensstigaard/grandiose.git"
},
"keywords": [
"Newtek",
"NDI",
"network",
"device",
"interface"
],
"author": "Streampunk Media <furnace@streampunk.media> (http://www.streampunk.media)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Streampunk/grandiose/issues"
},
"homepage": "https://github.com/Streampunk/grandiose#readme",
"gypfile": true,
"dependencies": {
"node-pre-gyp": "0.15.0"
},
"binary": {
"module_name": "grandiose",
"module_path": "./build/{configuration}/",
"remote_path": "{version}",
"package_name": "{platform}-{arch}.tar.gz",
"host": "https://github.com/jensstigaard/grandiose/releases/download/"
}
}