forked from stelgenhof/AiLight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.25 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": "WindLight",
"version": "0.0.4-dev",
"description": "AiLight is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 onboard and controlled by the MY9291 LED driver.",
"license": "MIT",
"keywords": [
"AiLight",
"firmware",
"ESP8266",
"Arduino",
"LED",
"RGBW",
"Bulb"
],
"author": {
"name": "Sebastian Andersson",
"email": "sebastian@bitter.nu",
"url": "https://github.com/bofh69/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bofh69/AiLight.git"
},
"bugs": {
"url": "https://github.com/bofh69/AiLight/issues"
},
"homepage": "https://github.com/bofh69/AiLight#readme",
"scripts": {
"dev": "lite-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"bulma": "^0.4.4",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-base64-favicon": "^1.0.2",
"gulp-clean-css": "^3.7.0",
"gulp-css-base64": "^1.3.4",
"gulp-gzip": "^1.4.0",
"gulp-htmlmin": "^3.0.0",
"gulp-inline": "^0.1.3",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"lite-server": "^2.3.0",
"uglify-es": "^3.0.27"
}
}