How can I tell npm to use another package.json when running "npm install" ?
All I need is npm install -f packages-win32.json
Or is there a trick or another approach to achieve the same?
Because not all npm modules are cross-platform and I'd like to use other packages per platform.