phonegap-soundwave
Advanced tools
Comparing version 0.5.3 to 0.5.4
{ | ||
"name": "phonegap-soundwave", | ||
"description": "Connect middleware to stream a PhoneGap app.", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"homepage": "https://github.com/phonegap/node-phonegap-soundwave", | ||
@@ -6,0 +6,0 @@ "repository": { |
@@ -419,2 +419,9 @@ cordova.define('cordova/plugin_list', function(require, exports, module) { | ||
] | ||
}, | ||
{ | ||
"file": "plugins/org.apache.cordova.inappbrowser/www/InAppBrowser.js", | ||
"id": "org.apache.cordova.inappbrowser.InAppBrowser", | ||
"clobbers": [ | ||
"window.open" | ||
] | ||
} | ||
@@ -439,5 +446,6 @@ ]; | ||
"org.apache.cordova.vibration": "0.3.6", | ||
"org.apache.cordova.splashscreen": "0.2.6" | ||
"org.apache.cordova.splashscreen": "0.2.6", | ||
"org.apache.cordova.inappbrowser": "0.3.0" | ||
} | ||
// BOTTOM OF METADATA | ||
}); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
394579
84
9820