-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 983 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
{
"name": "omega-frekvens",
"version": "0.0.0",
"description": "Controls an IKEA FREKVENS LED cube lamp through Node.js driving an Onion Omega.",
"main": "index.js",
"scripts": {
"start": "node index",
"ssh-local": "ssh [email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atesgoral/node-onion-frekvens.git"
},
"author": "",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/atesgoral/node-onion-frekvens/issues"
},
"homepage": "https://github.com/atesgoral/node-onion-frekvens#readme",
"dependencies": {
"chalk": "^3.0.0",
"dotenv": "^8.2.0",
"fakevens": "file:lib/fakevens",
"frekvens": "file:lib/frekvens",
"frfr": "file:lib/frfr",
"frfr-scene": "file:lib/frfr-scene",
"node-fetch": "^2.6.1",
"primitives": "file:lib/primitives",
"text": "file:lib/text",
"midi": "file:lib/midi",
"raf": "^3.4.1",
"socket.io": "^2.3.0"
}
}