forked from applest/node-applest-atem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 819 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
{
"name": "applest-atem",
"version": "0.2.4",
"description": "A module to control Blackmagic Design ATEM Switchers.",
"homepage": "https://github.com/applest/node-applest-atem",
"repository": {
"type": "git",
"url": "https://github.com/applest/node-applest-atem"
},
"license": "MIT",
"keywords": [
"atem",
"blackmagic",
"bmd",
"switcher",
"video"
],
"author": "miyukki <[email protected]>",
"directories": {
"lib": "lib"
},
"main": "./lib/atem.js",
"scripts": {
"test": "cake test",
"build": "coffee -bco lib src",
"prepublish": "npm run build"
},
"dependencies": {
"async": "^1.3.0",
"pngjs": "^2.3.1"
},
"devDependencies": {
"coffeescript": "1.7.1",
"chai": "3.1.0",
"it-each": "^0.3.1",
"mocha": "2.2.5"
}
}