forked from encoding-ninja/pixelwalker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 723 Bytes
/
bower.json
File metadata and controls
31 lines (31 loc) · 723 Bytes
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
{
"name": "pixelwalker",
"homepage": "https://github.com/antoinehng/pixelwalker",
"authors": [
"Antoine Henning <henning.antoine@gmail.com>"
],
"description": "Video quality assessment plateform",
"main": "",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.3.1",
"bootstrap": "^3.3.7",
"font-awesome": "^4.7.0",
"normalize-css": "^7.0.0",
"datatables": "^1.10.19",
"bootstrap-toggle": "^2.2.2",
"chart.js": "^2.7.2",
"bootstrap-select": "^1.13.1",
"awesome-bootstrap-checkbox": "^1.0.1",
"list.js": "^1.5.0",
"highcharts": "^6.1.1"
}
}