-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 996 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": "rpilc",
"version": "2.1.4",
"author": "Winor",
"keywords": [
"led strip controler",
"raspberry-pi",
"web"
],
"description": "RPiLC allows you to easily control your RGB led strip using a Raspberry Pi",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Winor/RPiLC.git"
},
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"engines": {
"node": ">= 8.0.0"
},
"dependencies": {
"adm-zip": "^0.4.13",
"express": "~4.17.1",
"fs-extra": "^8.1.0",
"mqtt": "^4.0.1",
"pigpio": "~3.2.3",
"request": "^2.88.0",
"semver": "^6.3.0",
"socket.io": "^2.3.0",
"tinycolor2": "^1.4.1",
"tinygradient": "^1.0.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1"
}
}