Updated bower dependencies, enforced angular@1.5.7, set package.json license/repository

pull/73/head
Alexander Wong 2016-06-15 19:05:09 -06:00
parent dda370e61b
commit eb72b0ed13
2 changed files with 14 additions and 6 deletions

View File

@ -20,12 +20,12 @@
"amcharts": "~3.15.2",
"amcharts-stock": "*",
"ammap": "~3.14.5",
"angular": "~1.4.8",
"angular-route": "~1.4.6",
"angular": "~1.5.7",
"angular-route": "~1.5.7",
"angular-slimscroll": "~1.1.5",
"angular-smart-table": "~2.1.3",
"angular-toastr": "~1.7.0",
"angular-touch": "~1.4.6",
"angular-touch": "~1.5.7",
"angular-ui-sortable": "~0.13.4",
"animate.css": "~3.4.0",
"bootstrap": "~3.3.5",
@ -47,10 +47,10 @@
"angular-chart.js": "~0.8.8",
"angular-chartist.js": "~3.3.12",
"chartist": "0.9.5",
"angular-morris-chart": "~1.1.0",
"angular-morris-chart": "~1.2.0",
"ionrangeslider": "~2.1.2",
"angular-bootstrap": "~1.3.3",
"angular-animate": "~1.4.8",
"angular-animate": "~1.5.7",
"textAngular": "~1.4.6",
"angular-xeditable": "~0.1.9",
"ng-js-tree": "~0.0.7"
@ -95,5 +95,8 @@
"fonts/fontawesome-webfont.woff2"
]
}
},
"resolutions": {
"angular": "~1.5.7"
}
}

View File

@ -44,5 +44,10 @@
},
"scripts": {
"postinstall": "bower install"
}
},
"repository": {
"type": "git",
"url": "https://github.com/akveo/blur-admin"
},
"license" : "MIT"
}