-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbower.json
executable file
·48 lines (48 loc) · 1.44 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
40
41
42
43
44
45
46
47
48
{
"name": "rcjscoring",
"version": "0.0.0",
"homepage": "https://gitlab.ida.liu.se/sebgu182",
"authors": [
"Sebastian Gustavsson <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "~2.1.3",
"socket.io": "~1.3.5",
"socket.io-client": "~1.3.5",
"async": "~1.4.2",
"alertifyjs": "~1.0.3",
"datatables": "~1.10.9",
"angular": "^1.6.5",
"angular-datatables": "~0.4.3",
"angularjs-slider": "^2.11.0",
"jquery.ex-table-filter": "https://raw.githubusercontent.com/rrrobo/jquery.ex-table-filter/gh-pages/jquery.ex-table-filter.js",
"sweetalert": "^1.1.3",
"footerFixed": "http://blog.webcreativepark.net/sample/js/36/footerFixed.js",
"font-awesome": "^4.7.0",
"jSignature": "^2.1.1",
"angular-animate": "^1.6.5",
"angular-bootstrap": "^2.5.0",
"css-toggle-switch": "^4.0.2",
"bootstrap": "https://github.com/rrrobo/bst-for-rcj-scoring.git",
"popper.js": "https://unpkg.com/popper.js",
"responsive-nav": "^1.0.39",
"tether": "^1.4.0",
"dateformat": "^0.4.1",
"angular-bootstrap-datetimepicker": "^1.1.4"
},
"description": "",
"main": "",
"moduleType": [
"node"
],
"private": true,
"resolutions": {
"popper.js": "^1.10.8"
}
}