-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
38 lines (38 loc) · 893 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
{
"name": "Unistats",
"authors": [
],
"description": "A data visualization project to help students select the best university, and also to compare institutions",
"main": "",
"keywords": [
"University",
"data",
"visualization"
],
"license": "MIT",
"homepage": "index.html",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.3",
"bootstrap": "^3.3.7",
"jquery": "^3.1.1",
"d3": "^4.7.2",
"angular-ui-router": "^0.4.2",
"fusioncharts": "^3.12.0",
"perfect-scrollbar": "^0.6.16",
"angularjs-slider": "^6.1.0",
"angular-sanitize": "^1.6.3",
"angular-perfect-scrollbar": "^0.0.4",
"angularjs-typeahead-dropdown": "^1.0.2",
"angular-bootstrap": "^2.5.0"
}
}