forked from marsvaardig/osc-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 690 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 690 Bytes
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
{
"name": "osc-node",
"main": "app.js",
"version": "0.0.1",
"description": "Media player controlled by OSC for the Raspberry Pi in Node.js.",
"author": "Tom Janssens",
"homepage": "http://tom.janssens.me/",
"repository": {
"type": "git",
"url": "git://github.com/marsvaardig/osc-node.git"
},
"readmeFilename": "README.md",
"bugs": "https://github.com/marsvaardig/osc-node/issues",
"license": "MIT",
"keywords": [
"Open Sound Control",
"OSC",
"Video"
],
"dependencies": {
"node-cmd": "^3.0.0",
"node-omxplayer": "^0.6.1",
"npm": "^6.14.8",
"osc": "2.4.1"
}
}