-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathbower.json
executable file
·38 lines (38 loc) · 906 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": "WhatsMyGPA.ca",
"version": "2.0.0",
"homepage": "https://github.com/sergei1152/WhatsMyGPA",
"authors": [
"Serge Babayan <[email protected]>"
],
"description": "Canadian University GPA Calculator with support for over 50 Canadian Universities",
"moduleType": [
"es6"
],
"keywords": [
"gpa",
"calculator",
"university",
"canadian"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"scripts/lib/",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.5",
"jquery": "~2.1.4",
"ui-select": "angular-ui-select#~0.13.1",
"angular-sanitize": "~1.4.7",
"bootstrap": "~3.3.5",
"jquery.datalist.js": "https://github.com/miketaylr/jquery.datalist.js.git",
"angular-ui-validate": "~1.2.1",
"angular-scroll-glue": "~2.0.6",
"angular-bootstrap": "~0.14.3"
}
}