-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 1.02 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
{
"name": "sip-html5",
"version": "1.3",
"ignore": [
".*",
"app",
"config",
"nbproject",
"test",
"Gruntfile.js",
"karma*",
"package.json"
],
"dependencies": {
"angular": "~1.3.20",
"angular-resource": "~1.3.20",
"angular-sanitize": "~1.3.20",
"json3": "~3.3.2",
"es5-shim": "~2.1.0",
"jquery": "~2.1.1",
"angular-bootstrap": "~0.13.3",
"bootstrap": "~3.3.6",
"angular-ui-router": "~0.3.1",
"leaflet": "~0.7.7",
"angular-leaflet-directive": "~0.10.0",
"angular-strap": "~2.3.9",
"ng-table": "~0.8.3",
"leaflet-draw": "https://github.com/Leaflet/Leaflet.draw.git#v0.3.2",
"Wicket": "~1.3.2",
"leaflet-styled-layercontrol": "https://github.com/p-a-s-c-a-l/Leaflet.StyledLayerControl.git#v0.1",
"esri-leaflet": "~1.0.4",
"angular-cookies": "~1.3.20",
"angular-update-meta": "^2.0.1"
},
"devDependencies": {
"angular-mocks": "~1.3.20",
"angular-scenario": "~1.3.20"
},
"resolutions": {
"angular": "~1.3.20"
}
}