-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
44 lines (44 loc) · 1012 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
38
39
40
41
42
43
44
{
"name": "facts-gui",
"description": "Imperial College EE MEng project to create an assessment management platform.",
"main": "",
"authors": [
"Cian Leow"
],
"license": "MIT",
"keywords": [
"facts",
"assessment",
"management"
],
"homepage": "https://github.com/cianyleow/facts-gui",
"moduleType": [
"es6"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.5",
"angular-ui-router": "^0.2.18",
"angular-file-upload": "^2.2.0",
"restangular": "^1.5.2",
"requirejs": "^2.2.0",
"angular-material": "^1.1.0-rc4",
"angular-utils-ui-breadcrumbs": "^0.2.2",
"lodash": "^4.11.2",
"angular-ui-router-title": "^0.0.4",
"angular-upload": "^1.0.12",
"angular-material-data-table": "^0.10.7",
"ng-file-upload": "^12.0.4",
"angular-messages": "^1.5.5"
},
"devDependencies": {
"angular-mocks": "^1.5.5"
}
}