This repository was archived by the owner on Oct 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11node_modules
22bower_components
3+ .idea
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-dialog-service" ,
33 "description" : " A service to handle common dialog types in a web application. Built on top of Angular-Bootstrap's modal" ,
4- "version" : " 5.2.8 " ,
4+ "version" : " 5.2.9 " ,
55 "keywords" : [
66 " angular" ,
77 " dialog" ,
1515 "homepage" : " http://michaeleconroy.blogspot.com/"
1616 }
1717 ],
18+ "license" : " MIT" ,
1819 "repository" : {
1920 "type" : " git" ,
2021 "url" : " git://github.com/m-e-conroy/angular-dialog-service"
3334 ],
3435 "dependencies" : {
3536 "bootstrap" : " ^3.x" ,
36- "angular" : " ^1.2 " ,
37- "angular-sanitize" : " ^1.2 " ,
38- "angular-bootstrap" : " ^0.14.2 " ,
39- "angular-translate" : " ^2.1 "
37+ "angular" : " ^1.3 " ,
38+ "angular-sanitize" : " ^1.3 " ,
39+ "angular-bootstrap" : " ^0.14.3 " ,
40+ "angular-translate" : " ^2.4 "
4041 },
4142 "resolutions" : {
42- "bootstrap" : " 3.3.1 " ,
43- "angular" : " 1.3.20 " ,
44- "angular-sanitize" : " 1.3.20 " ,
43+ "bootstrap" : " 3.3.5 " ,
44+ "angular" : " 1.4.7 " ,
45+ "angular-sanitize" : " 1.4.7 " ,
4546 "angular-bootstrap" : " 0.14.3" ,
46- "angular-translate" : " 2.4.2 "
47+ "angular-translate" : " 2.8.1 "
4748 },
4849 "main" : [
4950 " dist/dialogs.min.css" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-dialog-service" ,
33 "description" : " A service to handle common dialog types in a web application. Built on top of Angular-Bootstrap's modal" ,
4- "version" : " 5.2.8 " ,
4+ "version" : " 5.2.9 " ,
55 "keywords" : [
66 " angular" ,
77 " dialog" ,
4444 "scripts" : {
4545 "test" : " karma start karma.conf.js"
4646 },
47- "licenses" : [
48- {
49- "type" : " MIT" ,
50- "url" : " http://www.opensource.org/licenses/MIT"
51- }
52- ]
47+ "license" : " MIT"
5348}
You can’t perform that action at this time.
0 commit comments