I need to create various configuration files

I am using a cordova plugin which needs a plist file <MyPlugin.plist> and a json file <MyPlugin.json> in the respective platform directories.

With other platforms, I can just put platform specific files in the platform directories. With Meteor, the platform directories are recreated each time a platform is built. How do I make this work.