currently **async** is a **devDependency** in [project.json](https://github.com/indexzero/nconf/blob/ce212b2f1dbf96cee001b5f621979c564638f0e7/package.json#L26) But since it is required in the sources (e.g. in [common.js](https://github.com/indexzero/nconf/blob/ce212b2f1dbf96cee001b5f621979c564638f0e7/lib/nconf/common.js#L9)), it should be a **dependency**, right?