mozilla / node-convict

Featureful configuration management library for Node.js
Other
2.34k stars 146 forks source link

Support loading configs from package.json/.npmrc #133

Open LongLiveCHIEF opened 8 years ago

LongLiveCHIEF commented 8 years ago

I'd like to propose adding support for loading configs from npm compatible inputs, primarily the package.json file or .npmrc.

I think this could provide added benefit to the abilities of convict:

madarche commented 8 years ago

@LongLiveCHIEF I find the idea interesting. What do other interested parties (@rfk, @vladikoff) think?