forked from LA1TV/Hyperdeck-JS-Lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 994 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
43
{
"name": "hyperdeck-js-lib",
"version": "1.4.0",
"description": "A javascript library for communication with the Blackmagic Hyperdeck.",
"main": "src/index.js",
"dependencies": {
"js-logger": "^1.2.0",
"promise": "^8.0.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.0",
"gulp-mocha": "^4.3.1",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "^4.0.0",
"proxyquire": "^1.7.4",
"should": "^13.1.0",
"sinon": "^4.0.0"
},
"scripts": {
"test": "./node_modules/.bin/gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LA1TV/Hyperdeck-JS-Lib.git"
},
"keywords": [
"blackmagic",
"hyperdeck",
"node",
"nodejs",
"javascript",
"api",
"blackmagic design"
],
"author": "LA1:TV",
"license": "MIT",
"bugs": {
"url": "https://github.com/LA1TV/Hyperdeck-JS-Lib/issues"
},
"homepage": "https://github.com/LA1TV/Hyperdeck-JS-Lib#readme"
}