-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
42 lines (42 loc) · 993 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
39
40
41
42
{
"name": "Bieblo",
"version": "1.0.1",
"homepage": "www.bieblo.be",
"authors": [
],
"description": "Bower dependencies for Bieblo, an application that recommends books to children. The recommendation is based on a swiping system in which the children swipe certain images (portraying the a mood or certain tag) to the like or dislike pile.",
"main": "public/index.php",
"dependencies": {},
"devDependencies": {
"bootstrap": "~3.3.5",
"fontawesome": "~4.3.0",
"bootstrap-table": "~1.8.1",
"bootstrap-tagsinput": "~0.5.0",
"normalize.css": "~3.0.3",
"chosen": "~1.4.2"
},
"keywords": [
"books",
"children",
"library",
"Ghent",
"open",
"Summer",
"of",
"code",
"#oSoc15",
"bibnet",
"#teamyungpanda"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}