-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
42 lines (42 loc) · 976 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "macadam",
"version": "2.0.18",
"description": "Async node.js interface to Blackmagic Design capture and playback devices.",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"blackmagic",
"SDI",
"playback",
"capture",
"decklink",
"video",
"sound"
],
"scripts": {
"install": "node-gyp rebuild",
"build": "node-gyp rebuild",
"test": "tape test/*Spec.js",
"lint": "eslint index.js **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Streampunk/macadam.git"
},
"author": "Streampunk Media Ltd",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Streampunk/macadam/issues"
},
"homepage": "https://github.com/Streampunk/macadam#readme",
"dependencies": {
"bindings": "^1.5.0",
"highland": "^2.13.5",
"segfault-handler": "^1.3.0"
},
"gypfile": true,
"devDependencies": {
"eslint": "^8.10.0",
"tape": "^5.5.2"
}
}