Consolidate package dependencies into package.json
authorDan Scott <dan@coffeecode.net>
Thu, 6 Apr 2017 04:26:50 +0000 (00:26 -0400)
committerDan Scott <dan@coffeecode.net>
Thu, 6 Apr 2017 20:31:52 +0000 (16:31 -0400)
commit59a651155ad2774ad0eef83ac2247ba05e37d67b
tree99826ac088612898eaed17a75f34e2eb59a28848
parent33e365b198c8870aaa9e06ee672fb337c00f8b99
Consolidate package dependencies into package.json

npm already enables us to designate dependencies in package.json,
and projects have increasingly consolidated what bower used to be
used for in package.json. We can do this with an npm-compatible version of
angular-order-object-by from github.

There are a few other tweaks to npm vs bower file locations, such as
ng-toast instead of ngtoast for ngToast.

Pin to AngularJS 1.5.x for now

Signed-off-by: Dan Scott <dan@coffeecode.net>
Open-ILS/web/js/ui/default/staff/Gruntfile.js
Open-ILS/web/js/ui/default/staff/bower.json [deleted file]
Open-ILS/web/js/ui/default/staff/package.json
Open-ILS/web/js/ui/default/staff/test/karma.conf.js
docs/installation/server_installation.txt