forked from edificeio/springboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
25 lines (25 loc) · 784 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
{
"name": "Open Digital Education Springboard",
"homepage": "https://github.com/entcore/springboard",
"authors": [
"Open Digital Education"
],
"description": "Open Digital Education Springboard frontend dependencies",
"main": "",
"moduleType": [],
"license": "AGPL v3",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"theme-open-ent": "git://github.com/OPEN-ENT-NG/theme-open-ent.git#2.0.0",
"entcore-css-lib": "git://github.com/entcore/css-lib.git#2.0.0",
"generic-icons": "git://github.com/entcore/generic-icons.git#2.0.0",
"notes": "git://github.com/web-education/notes.git#0.2.0",
"calendar-widget": "git://github.com/web-education/calendar-widget.git#0.1.0"
}
}