forked from danjenkins/grandiose
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
31 lines (31 loc) · 1.16 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
{
"name": "grandiose",
"version": "0.0.4",
"description": "Node.JS native bindings to the Newtek NDI SDK.",
"homepage": "https://github.com/Streampunk/grandiose#readme",
"keywords": [ "Newtek", "NDI", "network", "device", "interface" ],
"author": "Streampunk Media et al",
"license": "Apache-2.0",
"main": "index.js",
"gypfile": true,
"repository": { "type": "git", "url": "git+https://github.com/Streampunk/grandiose.git" },
"bugs": { "url": "https://github.com/Streampunk/grandiose/issues" },
"dependencies": {
"bindings": "1.5.0",
"got": "11.8.6",
"mkdirp": "1.0.4",
"tmp": "0.2.1",
"execa": "5.1.1",
"cross-zip": "4.0.0",
"shelljs": "0.8.5"
},
"devDependencies": {
"shx": "0.3.4"
},
"scripts": {
"install": "node ndi.js && node-gyp rebuild",
"build": "node-gyp rebuild",
"test": "node scratch/scratchVersion.js",
"clean": "shx rm -rf ndi build"
}
}