forked from o2r-project/o2r-platform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
66 lines (66 loc) · 1.79 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
{
"name": "o2r-platform",
"homepage": "https://github.com/o2r-project/o2r-platform",
"authors": [
"Markus Konkol",
"Jan Suleiman"
],
"description": "client application for the o2r platform <http://o2r.info>",
"main": "",
"license": "Apache-2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular-tree-control": "^0.2.26",
"jquery": "^2.2.4",
"angular": "1.6.4",
"angular-highlightjs": "^0.6.3",
"angular-ui-router": "^0.3.1",
"ng-file-upload": "^12.0.4",
"angular-animate": "^1.6.4",
"angulartics-piwik": "^1.0.4",
"angular-material": "^1.1.1",
"angular-material-data-table": "^0.10.9",
"angular-utils-pagination": "0.11.0",
"ngprogress": "1.1.2",
"moment": "^2.17.1",
"iframe-resizer": "~2.8.0",
"ng-iframe-resizer": "^0.0.1",
"leaflet": "^0.7.7",
"angular-leaflet-directive": "^0.10.0",
"ui-leaflet": "^2.0.0",
"leaflet-draw": "git://github.com/michaelguild13/Leaflet.draw.git#master",
"angular-simple-logger": "^0.1.7",
"ui-leaflet-draw": "^0.0.5",
"angular-logger": "^1.4.0",
"intro.js": "intro-js#^2.5.0",
"angular-intro.js": "^3.3.0",
"angular-cookies": "^1.6.5",
"angular-sanitize": "^1.6.5",
"angular-plotly": "^0.1.3",
"plotlyjs": "plotly#^1.18.1",
"angularjs-slider": "^6.4.3",
"jszip": "Stuk/jszip#^3.1.5",
"file-saver": "^1.3.4",
"raster-sweep": "*"
},
"devDependencies": {
"angular-mocks": "1.6.2",
"karma": "^0.4.6",
"karma-jasmine": "^1.0.2",
"jasmine-core": "^2.5.2",
"karma-chrome-launcher": "^2.0.0",
"angular": "^1.6.4",
"angular-ui-router": "^0.3.2"
},
"resolutions": {
"angular": "1.6.6",
"leaflet": "1.0.3",
"ui-leaflet": "1.0.3"
}
}