forked from dpasch01/MANDOLApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 1.07 KB
/
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
{
"name": "mandolapp",
"authors": [
"dpasch01 <[email protected]>"
],
"description": "Mobile application for raising hatespeech awareness and reporting online hatespeech. The developement of this application is under MANDOLA project, funded by the European Union Comission.",
"main": "www/index.html",
"keywords": [
"hatespeech",
"report",
"mandola"
],
"license": "GPL 2.0",
"homepage": "http://mandola-project.eu",
"private": true,
"ignore": [
"**/.*",
"www/lib",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery-mobile-bower": "^1.4.5",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"bootstrap-select": "^1.12.1",
"semantic-ui-accordion": "^2.2.6",
"flag-icon-css": "^2.7.0",
"chartist": "^0.10.1",
"scrollreveal": "^3.3.2",
"annotator.touch": "https://github.com/aron/annotator.touch.js",
"text-highlighter": "^1.2.0",
"sweetalert2": "^6.3.1",
"jquery-3.1.1.min": "https://code.jquery.com/jquery-3.1.1.min.js",
"moment": "^2.17.1"
}
}