-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.27 KB
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
{
"name": "Wortuhr-2",
"version": "2.2.0",
"description": "For building a wordclock with an esp8266 module.",
"author": {
"name": "Ulrich Radig",
"url": "https://www.ulrichradig.de/home/index.php/projekte/wort-uhr-neu"
},
"contributors": [
{
"name": "Lars Weimar",
"url": "https://github.com/Eisbaeeer"
},
{
"name": "Pascal Wagler",
"url": "https://github.com/Wandmalfarbe"
},
{
"name": "dbambus",
"url": "https://github.com/dbambus"
},
{
"name": "Flo455",
"url": "https://github.com/Flo455"
},
{
"name": "Elektron79",
"url": "https://github.com/Elektron79"
},
{
"name": "masju1",
"url": "https://github.com/masju1"
}
],
"keywords": [
"install",
"modules",
"package manager",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/Eisbaeeer/Ulrich-Radig_Wort_Uhr_Version_2"
},
"private": false,
"devDependencies": {
"grunt": "^1.0.3",
"grunt-assets-inline": "^1.1.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-eslint": "^21.0.0",
"grunt-htmllint": "^0.3.0"
}
}