JBARiskManagement / MapPIG

Probably Isn't GIS; A desktop mapping interactivity platform
MIT License
3 stars 0 forks source link

Review dependencies #25

Open JamesRamm opened 8 years ago

JamesRamm commented 8 years ago

MapThing now has a number of dependencies, which should really be reviewed. Any redundant dependencies should be removed from package.json or the vendors directory.

Required dependencies should be assessed for their robustness and popularity - we only really want to be dependent on on 3rd party libraries which are likely to be long-lived and well tested.

For those that don't meet such standards, we should consider either implementing our own version within the MapThing library, or maintaining the 3rd party code ourselves in the vendors directory.