-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 817 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 817 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
{
"name": "adapt-course-progress",
"repository": "git://github.com/gowithfloat/adapt-course-progress.git",
"homepage": "https://github.com/gowithfloat/adapt-course-progress",
"issues": "https://github.com/gowithfloat/adapt-course-progress/issues",
"version": "1.0.2",
"framework": "^2.0.0",
"authors": [
"Daniel Pfeiffer <dpfeiffer@gowithfloat.com>"
],
"main": "/js/adapt-course-progress.js",
"extension": "course-progress",
"displayName": "Course Progress",
"description": "Adds a progress bar to the bottom of each page indicating the overall course completion",
"keywords": [
"adapt-plugin",
"adapt-extension"
],
"license": "MIT",
"targetAttribute": "_courseProgress",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}