-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
43 lines (43 loc) · 1.21 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
{
"org": "vm9",
"name": "fiware-orion-explorer",
"description": "A UI to Explore Orion Context Broker Entities",
"version": "0.1.0",
"keywords": ["fiware", "orion", "context-broker", "orion-context-broker-ui"],
"license": [
"LGPL-2.1",
"GPL-3.0+"
],
"authors": "https://github.com/vm9/fiware-orion-explorer/graphs/contributors",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./lib/.bower_components",
"test",
"tests"
],
"private": true,
"dependencies": {
"angular": "~1.6.x",
"json3": "^3.3.0",
"es5-shim": "^4.0.0",
"angular-loader": "~1.6.x",
"angular-mocks": "~1.6.x",
"angular-animate": "~1.6.x",
"angular-sanitize": "~1.6.x",
"angular-touch": "~1.6.x",
"angular-aria": "~1.6.x",
"angular-ui-router": "^0.3.1",
"angular-ui-bootstrap": "^2.1.2",
"ui-leaflet": "^2.0.0",
"angular-simple-logger": "^0.1.5",
"material-design-lite": "~1.2.0",
"dialog-polyfill": "~0.4.0",
"angular-material": "1.1.1"
},
"resolutions": {
"angular": "~1.6.x"
}
}