forked from stelgenhof/AiLight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.26 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
49
{
"name": "ailight",
"version": "1.0.0",
"description": "AiLight is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 on board and is controlled by the MY9291 or MY9231 LED driver.",
"license": "MIT",
"keywords": [
"AiLight",
"firmware",
"ESP8266",
"Arduino",
"LED",
"RGBW",
"Bulb"
],
"author": {
"name": "Sacha Telgenhof",
"email": "[email protected]",
"url": "https://www.sachatelgenhof.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stelgenhof/AiLight.git"
},
"bugs": {
"url": "https://github.com/stelgenhof/AiLight/issues"
},
"homepage": "https://github.com/stelgenhof/AiLight#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --write \"**/*.js\""
},
"devDependencies": {
"bulma": "^0.4",
"del": "^6.0",
"gulp": "^4.0",
"gulp-base64-favicon": "^1.0",
"gulp-clean-css": "^4.0",
"gulp-css-base64": "^2.0",
"gulp-gzip": "^1.4",
"gulp-htmlmin": "^5.0",
"gulp-inline": "^0.1",
"gulp-plumber": "^1.2",
"gulp-sass": "^5.0",
"gulp-uglify": "^3.0",
"prettier": "2.3.2",
"sass": "^1.38.0",
"uglify-es": "^3.0"
}
}