-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
69 lines (69 loc) · 1.55 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
{
"name": "EEP_convert_anl3_file",
"version": "1.0.0",
"description": "Interaktive Anzeige des Gleisplans zu einer EEP-Anlage-Datei (.anl3)",
"keywords": [
"EEP",
"anl3",
"SVG",
"PNG",
"JPG",
"railroad",
"track layout",
"inventar"
],
"homepage": "https://github.com/FrankBuchholz/EEP_convert_anl3_file#readme",
"repository": {
"type": "git",
"url": "https://github.com/FrankBuchholz/EEP_convert_anl3_file"
},
"author": {
"name": "Frank Buchholz",
"email": "Frank.Buchholz@web.de",
"url": "https://www.eepforum.de/user/6667-frank-buchholz/"
},
"contributors": [
{
"name": "campersau",
"url": "https://github.com/campersau"
},
{
"name": "benny",
"url": "https://github.com/EEP-Benny"
},
{
"name": "Michael89",
"url": "https://www.eepforum.de/user/6-michael89/"
},
{
"name": "Messina",
"url": "https://www.eepforum.de/user/3932-messina/"
},
{
"name": "HStoni54",
"url": "https://www.eepforum.de/user/6783-hstoni54/"
}
],
"@comment license": [
"I don't know yet, which license I should use to offer this free tool"
],
"license": {},
"bugs": "https://github.com/FrankBuchholz/EEP_convert_anl3_file/issues",
"main": "EEP_Gleisplan.html",
"@comment dependencies": [
"EEP_Gleisplan.html requires svg-pan-zoom, rematrix, toolwindow",
"EEP_Inventar.html requires tablefilter"
],
"dependencies": {
"rematrix": ">=0.4.1",
"svg-pan-zoom": ">=3.6.0",
"tablefilter": ">=0.6.97",
"toolwindow": ">=1.0.25"
},
"browserslist": [
"Chrome > 1",
"Firefox > 1",
"not IE",
"not Edge"
]
}