-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1007 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
{
"name": "probel-swp-08",
"version": "0.0.23",
"description": "JavaScript Implementation of the Pro Bel Switching Protocol",
"keywords": [
"probel",
"switching",
"protocol",
"broadcast",
"video",
"matrix"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ryanmccartney/probel-swp-08.git"
},
"bugs": {
"url": "https://github.com/ryanmccartney/probel-swp-08/issues"
},
"homepage": "https://github.com/ryanmccartney/probel-swp-08#readme",
"main": "index.js",
"scripts": {
"example-interogate": "nodemon ./examples/example-interogate.js",
"example-labels": "nodemon ./examples/example-labels.js",
"example-route": "nodemon ./examples/example-route.js",
"example-event": "nodemon ./examples/example-event.js",
"example-cli": "node ./examples/example-cli.js"
},
"author": "Ryan McCartney",
"license": "MIT",
"dependencies": {
"minimist": "^1.2.8"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}