ltonetwork / mongodb-rest

JSON REST server for MongoDB (using node.js)
MIT License
405 stars 143 forks source link

jade dependency #6

Closed kof closed 13 years ago

kof commented 13 years ago

Hi,

you have to add jade into depenencies array in package.json, because jade is not installed per default if installing express.

tdegrunt commented 13 years ago

Added jade 0.6.3 as dependency and published 0.6.5, thank you!