-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
40 lines (40 loc) · 935 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
{
"name": "gnomics",
"description": "Genomic Nomenclature Omnibus and Multifaceted Informatics Computation Suite",
"main": "main.js",
"authors": [
"Charles J. Kronk <[email protected]>"
],
"license": "MIT",
"keywords": [
"Genomics",
"Bioinformatics",
"Medical",
"Informatics",
"Clinical",
"Informatics"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.6.6",
"bootstrap": "^3.3.7",
"angular-route": "^1.6.6",
"angular-resource": "^1.6.6",
"angular-environment": "^1.0.8",
"angular-motion": "^0.4.4",
"angular-animate": "^1.6.6",
"angular-strap": "^2.3.12",
"bootstrap-table": "^1.11.1",
"angular-tablesort": "^1.5.0",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"bootstrap.ui": "^2.3.3"
}
}