-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.13 KB
/
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
44
45
46
47
48
{
"name": "skreen",
"version": "1.0.0",
"description": "Home automation via custom REST API",
"main": "skreen.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "sudo forever start --fifo -a --uid skreen skreen.js",
"stop": "sudo forever stop skreen",
"prestart": "sudo forever cleanlogs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aaroexxt/Skreen.git"
},
"keywords": [
"nodejs",
"arduino",
"raspberrypi",
"automation",
"home"
],
"author": "Aaron Becker",
"license": "ISC",
"bugs": {
"url": "https://github.com/aaroexxt/Skreen/issues"
},
"homepage": "https://github.com/aaroexxt/Skreen#readme",
"dependencies": {
"brain.js": "^2.0.0-alpha.12",
"colors": "^1.4.0",
"mp3-duration": "^1.1.0",
"nodemon": "^2.0.3",
"nodetunes": "git://github.com/Kolky/nodetunes.git#master",
"pcm-volume": "^1.0.0",
"serialport": "^8.0.7",
"single-line-log": "^1.1.2",
"speaker": "^0.5.1",
"strip-color": "^0.1.0",
"window-size": "^1.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^7.1.1"
}
}