-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathbower.json
37 lines (37 loc) · 898 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": "precision-fda",
"version": "0.0.1",
"homepage": "https://github.com/dnanexus/precision-fda",
"authors": [
"Pamella Tater <[email protected]>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/assets/bower_components",
"test",
"tests"
],
"dependencies": {
"SparkMD5": "~1.0.0",
"bootstrap-sass": "~3.3.6",
"d3": "~3.5.10",
"fontawesome": "~4.5.0",
"human-format": "~0.5.0",
"jquery": "~2.1.4",
"jquery-ui": "~1.11.4",
"knockout": "~3.4.0",
"lodash": "~3.10.1",
"moment": " ~2.10.6",
"sass-flex-mixin": "~1.0.1",
"dagre-d3": "~0.4.11",
"knockout-sortable": "~0.11.0",
"sortable": "~0.8.0",
"ace-builds": "~1.2.3",
"tablesort": "table.sort#^4.0.1",
"eonasdan-bootstrap-datetimepicker": "^4.17.47",
"datatables.net-bs": "^2.1.1"
}
}