CB-12798 - updated version, added package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b1a8b98
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+  "name": "cordova-labs-notification-rebroadcast",
+  "version": "0.1.1",
+  "description": "Cordova Notification Rebroadcast Plugin",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "repository": {
+    "type": "git",
+    "url": "https://git-wip-us.apache.org/repos/asf/cordova-plugins.git"
+  },
+  "author": "Apache Cordova",
+  "license": "Apache-2.0"
+}
diff --git a/plugin.xml b/plugin.xml
index 388efee..f061a48 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -3,8 +3,8 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
-    id="org.apache.cordova.labs.notification-rebroadcast"
-    version="0.1.0">
+    id="cordova-labs-notification-rebroadcast"
+    version="0.1.1">
     <name>Cordova Notification Rebroadcast Plugin</name>
     <description>rebroadcasts local and remote notifications to other plugins, and as events in JavaScript</description>
     <license>Apache 2.0</license>