-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.42 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
{
"name": "@redmic-project/style",
"version": "0.27.0",
"author": "REDMIC",
"homepage": "https://gitlab.com/redmic-project/client/style/blob/master/README.md",
"description": "Styles of the REDMIC application",
"contributors": [
{
"name": "Pedro E. Trujillo Brito",
"email": "[email protected]"
},
{
"name": "Noel Alonso Expósito",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://gitlab.com/redmic-project/client/style.git"
},
"scripts": {
"preinstall": "type grunt",
"postinstall": "grunt build"
},
"devDependencies": {
"alertifyjs": "1.14.0",
"animate.css": "4.1.1",
"dijit": "1.17.3",
"dojox": "1.17.3",
"dropzone": "5.9.3",
"font-awesome-stylus": "4.7.1",
"glob": "11.0.0",
"grunt": "1.6.1",
"grunt-contrib-clean": "2.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "5.0.0",
"grunt-contrib-stylus": "1.2.0",
"grunt-shell": "3.0.1",
"leaflet": "1.9.4",
"leaflet.awesome-markers": "2.0.5",
"leaflet-draw": "1.0.4",
"leaflet-measure": "3.1.0",
"leaflet-minimap": "3.6.1",
"leaflet-timedimension": "1.1.1",
"load-grunt-tasks": "5.1.0",
"nib": "1.2.0",
"prunecluster": "2.1.0",
"stylus": "0.63.0",
"webfont-dl": "0.2.0"
},
"files": ["dist"],
"engines": {
"node": ">=20.16",
"npm": ">=10.8"
},
"license": "Apache-2.0"
}