forked from fuhrmanator/course-activity-planner
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 711 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 711 Bytes
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
{
"name": "course-activity-planner",
"version": "0.0.0",
"homepage": "https://github.com/fuhrmanator/course-activity-planner",
"authors": [
"Justin Duplessis <jdupl@linux.com>"
],
"description": "Frontend for course-activity-planner",
"main": "index.html",
"keywords": [
"angular"
],
"license": "GPL",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.9",
"angular-route": "~1.4.9",
"bootswatch-dist": "slate",
"angular-bootstrap": "1.1.2",
"ng-file-upload": "~11.2.3",
"angular-moment": "1.0.0-beta.3",
"satellizer": "0.14.0",
"angular-file-saver": "1.1.1"
}
}