-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbower.json
41 lines (41 loc) · 1.08 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
{
"name": "suitec",
"description": "SuiteC LTI Tools",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/ets-berkeley-edu/suitec.git"
},
"dependencies": {
"angular": "1.4.1",
"angular-aria": "1.4.14",
"angular-cookies": "1.4.14",
"angular-elastic": "2.5.1",
"angular-fabric": "1.0.0",
"angular-messages": "1.4.14",
"angular-momentjs": "0.2.2",
"angular-sanitize": "1.4.14",
"angular-scroll-glue": "2.0.7",
"angular-socket-io": "0.7.0",
"angular-strap": "2.3.10",
"angular-ui-router": "0.2.18",
"async": "2.4.1",
"bootstrap": "3.3.7",
"d3": "4.8.0",
"event-drops": "ets-berkeley-edu/eventDrops#master",
"fontawesome": "4.4.0",
"highcharts-release": "4.1.10",
"lodash": "4.17.11",
"moment": "2.18.1",
"ng-device-detector": "1.1.9",
"ng-file-upload": "7.0.17",
"ng-file-upload-shim": "~7.0.x",
"oi.select": "0.2.21",
"purl": "2.3.1",
"remarkable-bootstrap-notify": "3.1.3",
"socket.io-client": "2.1.0"
},
"resolutions": {
"angular": "1.4.1"
}
}