forked from ryanmccartney/dante-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 898 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
{
"name": "dante-control",
"version": "0.2.2",
"description": "Control Dante audio devices from Node.js",
"main": "dante.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ryanmccartney/dante-control.git"
},
"keywords": [
"dante",
"control",
"aoip",
"aes67"
],
"bugs": {
"url": "https://github.com/ryanmccartney/dante-control/issues"
},
"homepage": "https://github.com/ryanmccartney/dante-control#readme",
"scripts": {
"example-device-name": "nodemon ./examples/deviceName",
"example-channel-name": "nodemon ./examples/channelName",
"example-channel-names": "nodemon ./examples/channelNames",
"example-subscription": "nodemon ./examples/subscription"
},
"author": "Ryan McCartney",
"license": "MIT",
"dependencies": {
"multicast-dns": "^7.2.4"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}