When plugin.xml contains an engines tag, the plugin fails to install with cordova or plugman
If the engines tag is removed from plugin.xml, the plugin installs OK $ cordova create foo $ cd foo $ cordova platform add blackberry10 $ cordova plugin add https://github.com/chariotsolutions/phonegap-nfc Fetching plugin from "https://github.com/chariotsolutions/phonegap-nfc"... Starting installation of "com.chariotsolutions.nfc.plugin" for blackberry10 [TypeError: Invalid Version: The file "www/cordova.js" does not exist.] $ cordova -v 3.1.0-0.2.0 $ plugman -v plugman version 0.14.0 $ uname -a Darwin xvi 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64
