-
Notifications
You must be signed in to change notification settings - Fork 38
/
bower.json
54 lines (54 loc) · 2.83 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
{
"name": "EventStore UI",
"version": "0.2",
"main": "src/index.html",
"private": true,
"dependencies": {
"ace-builds": "https://github.com/ajaxorg/ace-builds.git#0d62c26de7b2e1922d8dd95ba587c9845c018c51",
"angular": "https://github.com/angular/bower-angular.git#0cd10f27471310fe07167b00f8a4242c6bba4df2",
"angular-clipboard": "https://github.com/omichelsen/angular-clipboard.git#e177ca41726d50028acacd05e3fd1f7e28ab4ef9",
"angular-cookies": "https://github.com/angular/bower-angular-cookies.git#fe6acf196d30f65b2d75438c9f7d9eb283da0d6f",
"angular-toastr": "https://github.com/Foxandxss/angular-toastr.git#4cfc4121693f576fe57d8408f6754ac6716c62f0",
"angular-ui-ace": "https://github.com/angular-ui/ui-ace.git#0732ea769c99a2225e97d1d1dd27f46a19593950",
"angular-ui-router": "https://github.com/angular-ui/angular-ui-router-bower.git#2b8d5241b4c631ca2aef079bb96690b213eff449",
"angular-ui-utils": "https://github.com/angular-ui/ui-utils.git#e25586548ff0a61df63bd4eb8fdc0715b1a87e72",
"jQuery": "https://github.com/jquery/jquery.git#7751e69b615c6eca6f783a81e292a55725af6b85",
"requirejs": "https://github.com/jrburke/requirejs-bower.git#9cd0b99417eac61e890d11c5119f2e45e752c999",
"requirejs-domready": "https://github.com/requirejs/domReady.git#c74caaa6dac64f2f47093f4952b991390406adfb",
"sizzle": "https://github.com/jquery/sizzle.git#f0ce95aa468c57b1799a498d1ed90f4b9564c5fb",
"sprintf": "https://github.com/alexei/sprintf.js.git#38433b4073d14a7b1537a72292071b1e70f35bee"
},
"bowerLocker": {
"lastUpdated": "2019-01-08T06:03:59.681Z",
"lockedVersions": {
"ace-builds": "1.4.2",
"angular": "1.3.20",
"angular-clipboard": "1.6.2",
"angular-cookies": "1.3.20",
"angular-toastr": "0.5.2",
"angular-ui-ace": "0.1.3",
"angular-ui-router": "0.2.18",
"angular-ui-utils": "0.1.1",
"jQuery": "2.1.4",
"requirejs": "2.1.22",
"requirejs-domready": "2.0.1",
"sizzle": "2.0.0",
"sprintf": "1.0.3"
}
},
"resolutions": {
"ace-builds": "0d62c26de7b2e1922d8dd95ba587c9845c018c51",
"angular": "0cd10f27471310fe07167b00f8a4242c6bba4df2",
"angular-clipboard": "e177ca41726d50028acacd05e3fd1f7e28ab4ef9",
"angular-cookies": "fe6acf196d30f65b2d75438c9f7d9eb283da0d6f",
"angular-toastr": "4cfc4121693f576fe57d8408f6754ac6716c62f0",
"angular-ui-ace": "0732ea769c99a2225e97d1d1dd27f46a19593950",
"angular-ui-router": "2b8d5241b4c631ca2aef079bb96690b213eff449",
"angular-ui-utils": "e25586548ff0a61df63bd4eb8fdc0715b1a87e72",
"jQuery": "7751e69b615c6eca6f783a81e292a55725af6b85",
"requirejs": "9cd0b99417eac61e890d11c5119f2e45e752c999",
"requirejs-domready": "c74caaa6dac64f2f47093f4952b991390406adfb",
"sizzle": "f0ce95aa468c57b1799a498d1ed90f4b9564c5fb",
"sprintf": "38433b4073d14a7b1537a72292071b1e70f35bee"
}
}