2018-10-25 12:38:32 +02:00
{
"name" : "fab-manager" ,
2019-10-22 16:47:22 +02:00
"version" : "4.2.4-dev" ,
2019-10-21 15:30:39 +02:00
"description" : "FabManager is the FabLab management solution. It provides a comprehensive, web-based, open-source tool to simplify your administrative tasks and your marker's projects." ,
2018-11-21 10:59:07 +01:00
"keywords" : [
"fablab" ,
"reservations" ,
"booking" ,
"payment" ,
"project" ,
"documentation"
] ,
2018-10-25 12:38:32 +02:00
"homepage" : "http://www.fab-manager.com/" ,
2019-03-26 14:04:45 +01:00
"repository" : "https://github.com/sleede/fab-manager.git" ,
2018-10-25 12:38:32 +02:00
"bugs" : {
2019-03-26 14:04:45 +01:00
"url" : "https://github.com/sleede/fab-manager/issues"
2018-10-25 12:38:32 +02:00
} ,
"license" : "AGPL-3.0-only" ,
"devDependencies" : {
"eslint" : "^5.7.0" ,
"eslint-config-standard" : "^12.0.0" ,
2018-11-22 17:09:14 +01:00
"eslint-plugin-import" : "^2.14.0" ,
2018-11-21 10:59:07 +01:00
"eslint-plugin-node" : "^8.0.0" ,
"eslint-plugin-promise" : "^4.0.1" ,
2018-10-25 12:38:32 +02:00
"eslint-plugin-standard" : "^4.0.0"
2018-11-21 10:59:07 +01:00
} ,
"dependencies" : {
2018-11-22 17:09:14 +01:00
"@uirouter/angularjs" : "0.4" ,
"AngularDevise" : "https://github.com/cloudspace/angular_devise.git#1.0.2" ,
2018-11-27 16:26:21 +01:00
"angular" : "1.6" ,
"angular-animate" : "1.6" ,
2018-11-22 17:09:14 +01:00
"angular-aside" : "1.3" ,
"angular-base64-upload" : "^0.0.9" ,
"angular-bootstrap-switch" : "0.4.0" ,
2018-11-27 16:26:21 +01:00
"angular-cookies" : "1.6" ,
2018-11-22 17:09:14 +01:00
"angular-google-analytics" : "1.1" ,
"angular-growl-v2" : "https://github.com/JanStevens/angular-growl-2.git#0.7.9" ,
2018-11-27 16:26:21 +01:00
"angular-i18n" : "1.6" ,
2018-11-22 17:09:14 +01:00
"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" ,
2018-11-27 17:07:22 +01:00
"angular-moment" : "1.3" ,
2019-09-23 17:46:46 +02:00
"angular-recaptcha" : "^4.2.0" ,
2018-11-27 16:26:21 +01:00
"angular-resource" : "1.6" ,
"angular-sanitize" : "1.6" ,
2018-11-22 17:09:14 +01:00
"angular-scroll" : "0.6" ,
"angular-summernote" : "0.7.1" ,
2018-11-27 16:26:21 +01:00
"angular-touch" : "1.6" ,
2018-11-22 17:09:14 +01:00
"angular-translate" : "2.8" ,
"angular-translate-interpolation-messageformat" : "2.8" ,
"angular-translate-loader-partial" : "2.8" ,
"angular-ui-bootstrap" : "0.14.3" ,
"angular-ui-calendar" : "https://github.com/angular-ui/ui-calendar.git#1.0.1" ,
"angular-unsavedchanges" : "0.2" ,
2019-07-17 10:31:43 +02:00
"angular-xeditable" : "0.10" ,
2018-11-22 17:09:14 +01:00
"bootstrap-switch" : "3.3.2" ,
"checklist-model" : "0.2" ,
"d3" : "3.5" ,
"elasticsearch-browser" : "3.1" ,
"font-awesome" : "4.3.0" ,
"fullcalendar" : "2.3.1" ,
"holderjs" : "2.6" ,
"jasny-bootstrap" : "3.1" ,
2019-05-06 16:56:21 +02:00
"jquery" : ">=3.4.0" ,
2018-11-22 17:09:14 +01:00
"jquery-minicolors" : "^2.1.10" ,
"medium-editor" : "4.4.0" ,
"messageformat" : "0.1.8" ,
2018-11-27 17:07:22 +01:00
"moment" : "2.22" ,
2018-11-22 17:09:14 +01:00
"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" ,
2018-11-27 15:16:23 +01:00
"ui-select" : "0.19" ,
2018-11-22 17:09:14 +01:00
"underscore" : "1.7"
2018-10-25 12:38:32 +02:00
}
}