-
Notifications
You must be signed in to change notification settings - Fork 5
/
bower.json
39 lines (39 loc) · 928 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
{
"name": "antismash-bacterial-ui",
"description": "A web UI for the bacterial version of antiSMASH",
"main": "index.js",
"authors": [
"Kai Blin <[email protected]>"
],
"license": "AGPL-3.0",
"keywords": [
"antiSMASH"
],
"homepage": "https://github.com/antismash/bacterial-ui#readme",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.5.6",
"angular-route": "^1.5.6",
"angular-ui-router": "^0.3.1",
"angular-bootstrap": "^2.3.2",
"font-awesome": "^4.6.3",
"jquery": "^3.0.0",
"angular-bootstrap-toggle-switch": "^0.5.6",
"angular-resource": "^1.5.8",
"angular-animate": "^1.5.8",
"bowser": "^1.4.6",
"angular-timeago": "^0.4.4",
"ng-file-upload": "^12.2.13"
},
"devDependencies": {
"angular-mocks": "^1.5.7"
}
}