-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
37 lines (37 loc) · 980 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": "phema-author",
"description": "Phenotype algorithm authoring platform",
"version": "1.3.1",
"license": "Apache v2.0",
"dependencies": {
"angular": "~1.7.5",
"json3": "~3.3.1",
"es5-shim": "~4.5.9",
"bootstrap-sass-official": "~3.4.1",
"angular-resource": "1.7.8",
"angular-cookies": "1.7.8",
"angular-sanitize": "1.7.8",
"angular-animate": "1.7.8",
"angular-touch": "1.7.8",
"angular-route": "1.7.8",
"angular-bootstrap": "~2.5.0",
"font-awesome": "~5.11.2",
"kineticjs": "~5.1.0",
"angular-tree-control": "~0.2.5",
"ng-context-menu": "~1.0.1",
"angular-history": "~0.8.1",
"angular-dynforms": "~0.0.4",
"angular-spinner": "~1.0.1",
"underscore": "~1.9.1",
"pluralize": "^8.0.0",
"angular-recaptcha": "^4.2.0"
},
"devDependencies": {
"angular-mocks": "~1.7.5",
"angular-scenario": "~1.7.5"
},
"appPath": "app",
"resolutions": {
"angular": "1.6.3"
}
}