-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
67 lines (67 loc) · 1.61 KB
/
bower.json
File metadata and controls
67 lines (67 loc) · 1.61 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "nextprot-ui",
"version": "0.7.0",
"homepage": "https://github.com/calipho-sib/nextprot-ui",
"authors": [
"calipho <ndu@isb-sib.ch>"
],
"description": "main front end application for nextprot",
"keywords": [
"nextprot",
"angular"
],
"license": "GPL",
"ignore": [
"node_modules",
"bower_components",
"test",
"app",
"tests"
],
"overrides": {
"webcomponentsjs": {
"main": "webcomponents-lite.min.js"
}
},
"dependencies": {
"jquery": "~2.1",
"jquery-ui": "1.11",
"bootstrap": "~3",
"underscore": "~1",
"angular": "1.3.18",
"angular-route": "1.4.5",
"angular-sanitize": "1.4.5",
"angular-resource": "1.4.5",
"angular-touch": "1.4.5",
"angular-strap": "~0",
"angular-animate": "1.4.5",
"angular-cookie": "4.0.9",
"angular-loader": "1.4.5",
"codemirror": "~4.6.0",
"angular-ui-codemirror": "~0.1.6",
"angular-nextprot-help": "2.0.23",
"typeahead.js": "~0.10.5",
"iframe-resizer": "3.2.0",
"angular-mocks": "1.2.19",
"webcomponentsjs": "0.7.24",
"nextprot-elements": "https://github.com/calipho-sib/nextprot-elements.git#develop",
"auth0-lock" : "11.16.2",
"angular-auth0": "^3.0.1",
"angular-lock": "^3.0.1",
"auth0.js": "^9.7.1"
},
"devDependencies": {
"angular-mocks": "latest"
},
"resolutions": {
"angular": "1.3.18",
"bootstrap": "~3.2",
"jquery": "~2.1",
"codemirror": "~4.6.0",
"iframe-resizer": "3.2.0",
"polymer": "^1.4.0",
"iron-flex-layout": "^1.0.0",
"webcomponentsjs": "0.7.24",
"paper-button": "^1.0.0"
}
}