UNPKG

737 BJSONView Raw
1{
2 "name": "applest-atem",
3 "version": "0.1.1",
4 "description": "A module to control Blackmagic Design ATEM Switchers.",
5 "homepage": "https://github.com/applest/node-applest-atem",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/applest/node-applest-atem"
9 },
10 "license": "MIT",
11 "keywords": [
12 "atem",
13 "blackmagic",
14 "bmd",
15 "switcher",
16 "video"
17 ],
18 "author": "miyukki <yusei1128@gmail.com>",
19 "main": "./lib/atem.js",
20 "scripts": {
21 "test": "mocha test",
22 "postinstall": "coffee -bc ./lib/atem.coffee"
23 },
24 "dependencies": {
25 "async": "^1.3.0",
26 "coffee-script": "1.7.1"
27 },
28 "devDependencies": {
29 "chai": "3.1.0",
30 "it-each": "^0.3.1",
31 "mocha": "2.2.5"
32 }
33}