-
Notifications
You must be signed in to change notification settings - Fork 56
/
Copy pathpackage.json
98 lines (98 loc) · 2.01 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"name": "multilayout-esp-wordclock",
"version": "4.0.2",
"description": "For building a german layouted wordclock with an esp8266 module and WS2812/SK2812.",
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Ulrich Radig",
"url": "https://www.ulrichradig.de/home/index.php/projekte/wort-uhr-neu"
},
{
"name": "Lars Weimar",
"url": "https://github.com/Eisbaeeer"
},
{
"name": "Pascal Wagler",
"url": "https://github.com/Wandmalfarbe"
},
{
"name": "David Panusch",
"url": "https://github.com/dbambus"
},
{
"name": "shortN0te",
"url": "https://github.com/shortN0te"
},
{
"name": "Flo455",
"url": "https://github.com/Flo455"
},
{
"name": "Elektron79",
"url": "https://github.com/Elektron79"
},
{
"name": "masju1",
"url": "https://github.com/masju1"
},
{
"name": "Martin Waitz",
"url": "https://github.com/tali"
},
{
"name": "ATho95",
"url": "https://github.com/ATho95"
},
{
"name": "JonSche",
"url": "https://github.com/JonSche"
},
{
"name": "Pien",
"url": "https://github.com/pienmatla"
},
{
"name": "ThxAndBye",
"url": "https://github.com/ThxAndBye"
}
],
"keywords": [
"Wortuhr",
"ESP8266",
"RGB",
"WS2812",
"Wordclock",
"RGBW",
"SK6812",
"Neopixelbus"
],
"repository": {
"type": "git",
"url": "https://github.com/ESPWortuhr/Wortuhr"
},
"private": false,
"devDependencies": {
"grunt": "^1.6.1",
"grunt-assets-inline": "^1.1.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^5.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-eslint": "^24.3.0",
"grunt-htmllint": "^0.3.0",
"grunt-stylelint": "^0.20.1",
"grunt-terser": "^2.0.0",
"grunt-version": "^3.0.1",
"stylelint-config-standard": "^37.0.0",
"terser": "^5.37.0"
},
"dependencies": {
"@jaames/iro": "^5.5.2",
"i18next": "^24.2.1",
"i18next-browser-languagedetector": "^8.0.2",
"minified": "^1.0.1",
"purecss": "^3.0.0"
}
}