forked from sleede/fab-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.82 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
{
"name": "fab-manager",
"version": "4.4.1",
"description": "Fab-manager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects.",
"keywords": [
"fablab",
"reservations",
"booking",
"payment",
"project",
"documentation"
],
"homepage": "http://www.fab-manager.com/",
"repository": "https://github.com/sleede/fab-manager.git",
"bugs": {
"url": "https://github.com/sleede/fab-manager/issues"
},
"license": "AGPL-3.0-only",
"devDependencies": {
"eslint": "~6.8.0",
"eslint-config-standard": "~14.1.1",
"eslint-plugin-import": "~2.20.1",
"eslint-plugin-node": "~11.0.0",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-standard": "~4.0.1"
},
"dependencies": {
"@uirouter/angularjs": "0.4",
"AngularDevise": "https://github.com/cloudspace/angular_devise.git#1.0.2",
"angular": "1.7",
"angular-animate": "1.7",
"angular-aside": "1.3",
"angular-base64-upload": "^0.0.9",
"angular-bootstrap-switch": "0.4.0",
"angular-cookies": "1.7",
"angular-google-analytics": "1.1",
"angular-growl-v2": "https://github.com/JanStevens/angular-growl-2.git#0.7.9",
"angular-i18n": "1.7",
"angular-loading-bar": "^0.9.0",
"angular-medium-editor": "https://github.com/thijsw/angular-medium-editor.git#0.1.1",
"angular-minicolors": "https://github.com/kaihenzler/angular-minicolors.git#0.0.5",
"angular-moment": "1.3",
"angular-recaptcha": "^4.2.0",
"angular-resource": "1.7",
"angular-sanitize": "1.7",
"angular-scroll": "0.6",
"angular-summernote": "0.7.1",
"angular-touch": "1.7",
"angular-translate": "2.18",
"angular-translate-interpolation-messageformat": "2.18",
"angular-translate-loader-partial": "2.18",
"angular-ui-bootstrap": "1.2.5",
"angular-ui-calendar": "https://github.com/angular-ui/ui-calendar.git#1.0.1",
"angular-ui-codemirror": "^0.3.0",
"angular-ui-tour": "https://github.com/Ross-Byrne/angular-ui-tour.git#master",
"angular-unsavedchanges": "0.2",
"angular-xeditable": "0.10",
"bootstrap-switch": "3.3.2",
"checklist-model": "0.2",
"codemirror": "^4.8.0",
"d3": "3.5",
"elasticsearch-browser": "3.1",
"font-awesome": "4.3.0",
"fullcalendar": "2.3.1",
"holderjs": "2.6",
"jasny-bootstrap": "3.1",
"jquery": ">=3.5.0",
"jquery-minicolors": "^2.1.10",
"medium-editor": "4.4.0",
"moment": "2.22",
"moment-timezone": "0.5",
"ng-caps-lock": "https://github.com/FabioMR/ng-caps-lock.git#1.0.3",
"ng-fittext": "https://github.com/patrickmarabeas/ng-FitText.js.git#4.1.1",
"ngUpload": "0.5",
"nvd3": "1.8",
"summernote": "0.7.3",
"twitter-fetcher": "^18.0.2",
"ui-select": "0.19",
"underscore": "1.7"
}
}