agco / harvesterjs

Create JSONAPI-compliant APIs over a Node.js + MongoDB stack in an easy, boilerplate-free manner
http://agco.github.io/harvesterjs/
MIT License
68 stars 13 forks source link

Cleanup package.json dependencies #16

Open kristofsajdak opened 9 years ago

kristofsajdak commented 9 years ago

Certain deps can be removed : harvest-mongodb, nedb (depends on https://github.com/agco-adm/harvest/issues/15).

There might be others as well. We need to spend a bit of time to investigate

ssebro commented 9 years ago

I took out harvest-mongodb when i touched package.json for https://github.com/agco-adm/harvest/issues/21. If you want, I can v easily reduce the supported dbs in harvest and remove nedb & others as well.

kristofsajdak commented 9 years ago

Yes, please do