-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 977 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
39
40
41
42
43
{
"name": "midiot",
"homepage": "https://github.com/reelyactive/midiot/",
"author": "reelyActive <webdev@reelyactive.com>",
"description": "MIDI meets Internet of Things. Real-time, real-world sounds. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"Smart Spaces",
"IoT",
"MIDI",
"OSC",
"Audio"
],
"version": "0.2.7",
"engines": {
"node": ">=0.10.0"
},
"main": "./lib/server.js",
"bin": {
"midiot": "./bin/midiot"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/midiot.git"
},
"dependencies": {
"barnowl": "^0.4.28",
"barnacles": "^0.4.12",
"midi": ">=0.9.5",
"osc": ">=2.1.0",
"express": ">=4.0.0",
"path": ">=0.11.0",
"socket.io": ">=1.3.7"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/midiot/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}