According to this announcement from Cordova, we should start using new plugin IDs (e.g. cordova-plugin-* instead of org.apache.cordova.*).
However, I don't use the Cordova CLI, and I install my plugins manually using plugman.
In that situation, how do we make sure we're using the right plugins? If I try to install something like --plugin cordova-plugin-device
instead of --plugin org.apache.cordova.device
, it doesn't find it.