forked from codeboardio/codeboard
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
53 lines (53 loc) · 1.36 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
{
"name": "codeboard",
"description": "Codeboard, the web-based IDE for the classroom. Core of the codeboard.io project.",
"version": "0.1.0",
"authors": [
{
"name": "H.-Christian Estler",
"email": "[email protected]"
},
{
"name": "Martin Nordio",
"email": "[email protected]"
}
],
"homepage": "https://codeboard.io",
"repository": {
"type": "git",
"url": "git://github.com/codeboardio/codeboard.git"
},
"dependencies": {
"angular": "1.7.9",
"json3": "3.2.6",
"es5-shim": "2.1.0",
"jquery": "1.11.0",
"angular-bootstrap": "2.5.0",
"ng-file-upload-shim": "12.2.13",
"ng-file-upload": "12.2.13",
"bootstrap": "3.3.2",
"angular-resource": "1.7.9",
"angular-cookies": "1.7.9",
"angular-sanitize": "1.7.9",
"angular-route": "1.7.9",
"angular-animate": "1.7.9",
"angular-screenfull": "^1.0.0",
"ace-builds": "1.35.4",
"angular-ui-ace": "0.2.3",
"jsSHA": "1.5.0",
"angular-ui-select": "0.11.2",
"selectize": "0.8.5",
"ng-grid": "2.0.13",
"kendo-ui": "2015.1.318+Official",
"Chart.js": "1.0.2",
"angular-chart.js": "0.8.4",
"angular-websocket": "1.0.13",
"angular-scroll-glue": "2.0.6",
"screenfull": "4.0.0"
},
"devDependencies": {
"angular-mocks": "1.7.9",
"angular-scenario": "1.7.9"
},
"license": "MIT"
}