-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
82 lines (82 loc) · 1.91 KB
/
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
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "fd-view",
"version": "0.98",
"dependencies": {
"bootstrap": "^3.3.7",
"font-awesome": "^4.6.1",
"angular": "^1.6.0",
"angular-resource": "^1.5.8",
"angular-cookies": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-ui-router": "^1.0.0-beta.3",
"angular-animate": "^1.5.8",
"angular-bootstrap": "^2.2.0",
"angular-http-auth": "^1.5.0",
"moment": "^2.15.0",
"moment-timezone": "^0.5.4",
"angular-moment": "^1.0.0",
"json3": "^3.3.2",
"jsondiffpatch": "^0.2.4",
"jsoneditor": "^5.5.8",
"d3": "^4.2.7",
"d3-cloud": "^1.2.2",
"lodash": "^3.10.1",
"webcola": "^3.3.0",
"ng-tags-input": "^3.1.1",
"ngprogress": "^1.1.3",
"cytoscape": "^2.7.12",
"cytoscape-edgehandles": "^2.6.0",
"cytoscape-qtip": "^2.4.0",
"cytoscape-cola": "^1.4.3",
"cytoscape-dagre": "^1.3.0",
"ng-jsoneditor": "master",
"angular-toastr": "^2.1.1",
"angular-elastic": "^2.5.1",
"ng-textcomplete": "^0.6.0",
"angular-ui-tree": "^2.17.0",
"ngSticky": "^1.8.13",
"ng-infinite-scroll-npm-is-better-than-bower": "ngInfiniteScroll#^1.3.1",
"ag-grid": "^7.0.0",
"angular-ui-ace": "bower"
},
"resolutions": {
"angular": "^1.6.0"
},
"devDependencies": {
"angular-mocks": "^1.6.0"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less"
]
},
"font-awesome": {
"main": [
"css/font-awesome.css"
]
},
"qtip2": {
"main": [
"jquery.qtip.css",
"./jquery.qtip.js"
]
},
"ag-grid": {
"main": "dist/ag-grid.js"
},
"jsondiffpatch": {
"main": [
"public/build/jsondiffpatch.js",
"public/build/jsondiffpatch-formatters.js"
]
},
"ace-builds": {
"main": [
"src-noconflict/mode-java.js"
]
}
}
}