This repository has been archived by the owner on May 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathbower.json
80 lines (80 loc) · 1.63 KB
/
bower.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
{
"name": "flyve-mdm-web-ui",
"version": "2.1.0",
"description": "Mobile device management software.",
"homepage": "https://flyve-mdm.com/",
"main": [
"app/scripts/app.js",
"app/styles/app.scss"
],
"appPath": "app",
"moduleName": "FlyveMDM",
"moduleType": [
"globals"
],
"keywords": [
"flyve",
"uhuru",
"mdm",
"mobile",
"device",
"management"
],
"authors": [
{
"name": "Nelson Zamith",
"email": "[email protected]"
},
{
"name": "Alexander Salas Bastidas",
"email": "[email protected]"
}
],
"license": "AGPL-3.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"jspm_packages",
"tmp",
"temp",
"test",
"tests",
"dist",
".tmp",
".gtm",
".vscode",
".sass-cache",
"app/config.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/flyve-mdm/flyve-mdm-web-ui.git"
},
"private": true,
"dependencies": {
"angular": "^1.6.2",
"angular-animate": "^1.6.2",
"angular-cookies": "^1.6.2",
"angular-resource": "^1.6.2",
"angular-route": "^1.6.2",
"angular-sanitize": "^1.6.2",
"angular-material": "^1.1.3",
"angular-ui-router": "^0.4.2",
"angular-smart-table": "^2.1.8",
"components-font-awesome": "^4.7.0",
"ng-file-upload": "^12.2.13",
"open-sans-fontface": "^1.4.2",
"moment": "^2.17.1",
"angular-material-accordion": "^1.0.5",
"leaflet": "^1.0.3",
"angular-chart.js": "^1.1.1",
"dexie": "^1.5.1"
},
"devDependencies": {
"angular-mocks": "^1.6.2"
},
"resolutions": {
"angular": "1.6.0"
}
}