-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
83 lines (83 loc) · 2.02 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
{
"name": "ng_backoffice",
"version": "2.13.1",
"description": "MONARC Backoffice AngularJS Module",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/monarc-project/ng-backoffice"
},
"dependencies": {
"@uirouter/angularjs": "~1.0.30",
"angular": "1.8.2",
"angular-animate": "1.8.2",
"angular-aria": "1.8.2",
"angular-breadcrumb": "~0.5.0",
"angular-gettext": "~2.4.2",
"angular-loading-bar": "^0.9.0",
"angular-local-storage": "~0.7.1",
"angular-material": "~1.2.2",
"angular-material-data-table": "~0.10.10",
"angular-messages": "1.8.3",
"angular-resizable": "~1.2.0",
"angular-resource": "1.8.2",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"angular-toastr": "~2.1.1",
"angular-ui-tree": "~2.22.6",
"flag-icons": "^6.6.4",
"grunt": "~1.5.3",
"grunt-angular-gettext": "~2.5.3",
"grunt-contrib-concat": "~2.1.0",
"grunt-contrib-uglify": "~5.2.1",
"grunt-shell": "~4.0.0",
"iso-639-1": "^2.1.13",
"jschardet": "^3.0.0",
"ng-file-upload": "~12.2.13",
"papaparse": "^5.3.2",
"xlsx": "^0.18.5"
},
"devDependencies": {
"angular-mocks": "1.8.3"
},
"author": "SMILE GIE Securitymadein.lu",
"license": "AGPL-3.0",
"contributors": [
{
"name": "Cyril Rouyer",
"email": "[email protected]"
},
{
"name": "Guillaume Lesniak",
"email": "[email protected]"
},
{
"name": "Jerôme De Almeida",
"email": "[email protected]"
},
{
"name": "Benjamin Ganivet",
"email": "[email protected]"
},
{
"name": "Thomas Metois",
"email": "[email protected]"
},
{
"name": "Jérôme Lombardi",
"email": "[email protected]"
},
{
"name": "Juan Rocha",
"email": "[email protected]"
},
{
"name": "Cédric Bonhomme",
"email": "[email protected]"
},
{
"name": "Ruslan Baidan",
"email": "[email protected]"
}
]
}