-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
37 lines (37 loc) · 834 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
{
"name": "eexcess",
"version": "1.4.0",
"authors": [
"eexcess consortium <[email protected]>"
],
"description": "Enhancing Euroupe's eXchange in Cultural, Educational and Scientific reSources",
"moduleType": [
"amd",
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"lib/",
"test",
"tests"
],
"dependencies": {
"bootstrap": "3.3.4",
"c4": "develop",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"peas": "https://github.com/EEXCESS/peas.git",
"requirejs": "~2.1.17",
"tag-it": "https://github.com/schloett/tag-it.git"
},
"devDependencies": {
"requirejs": "~2.1.17",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"bootstrap": "3.3.4",
"peas": "https://github.com/EEXCESS/peas.git"
}
}