ng-admin
ng-admin copied to clipboard
Remove json-server from dev dependencies
json-server is used by protractor to provide a fake REST API. But FakeRest is already doing the job. It should be easy to remove.
In fact, json-server is only used to serve static files. I could try to use http-server instead but it's not intended to be use as module for the moment.