-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.23 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.23 KB
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
44
45
46
47
48
49
50
51
52
53
54
{
"name": "generable",
"homepage": "https://github.com/reelyactive/generable/",
"author": "reelyActive <webdev@reelyactive.com>",
"description": "Generative art from ambient BLE advertisement packets. We believe in an open Internet of Things.",
"keywords": [
"reelyActive",
"generative art",
"IoT",
"BLE",
"MIDI",
"OSC",
"Philips Hue"
],
"version": "0.1.17",
"engines": {
"node": ">=4.0.0"
},
"main": "./lib/server.js",
"bin": {
"generable": "./bin/generable"
},
"scripts": {
"start": "node bin/generable"
},
"repository": {
"type": "git",
"url": "https://github.com/reelyactive/generable.git"
},
"dependencies": {
"express": ">=4.0.0",
"socket.io": ">=2.0.3",
"nedb": ">=1.8.0",
"body-parser": ">=1.17.0",
"cors": ">=2.8.3",
"path": ">=0.12.7",
"barnowl": "^0.4.28",
"serialport": ">=6.0.0",
"bluetooth-hci-socket": ">=0.5.1",
"barnacles": "^0.4.12",
"reelib": "^0.0.18",
"node-hue-api": ">=2.4.2",
"midi": ">=0.9.5",
"osc": ">=2.2.0"
},
"devDependencies": {},
"bugs": {
"url": "https://github.com/reelyactive/generable/issues"
},
"contributors": [
{ "name": "Jeffrey Dungen" }
],
"license": "MIT"
}