-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 920 Bytes
/
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
{
"name": "palladio-embed-app",
"authors": [
"Ethan Jewett <ethan.jewett@coredatra.com>"
],
"description": "",
"main": "",
"moduleType": [],
"license": "BSD",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"palladio": "^1.2.2",
"angular-ui-codemirror": "^0.3.0",
"palladio-timeline-component": "^1.0.4",
"palladio-facet-component": "^1.1.0",
"palladio-timespan-component": "^1.1.0",
"palladio-graph-component": "^1.0.1",
"palladio-map-component": "^1.1.3",
"palladio-table-component": "^1.1.2",
"palladio-cards-component": "^1.0.1"
},
"resolutions": {
"palladio": "^1.2.1",
"palladio-facet-component": "^1.1.0",
"palladio-timespan-component": "^1.1.0",
"palladio-map-component": "^1.1.3",
"palladio-table-component": "^1.1.2"
}
}