CB-12799 - updated version, add package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..cf98480
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+  "name": "cordova-labs-notification",
+  "version": "0.0.2",
+  "description": "Cordova Notification Plugin",
+  "main": "index.js",
+  "directories": {
+    "doc": "doc"
+  },
+  "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 650da2c..2cebb89 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,8 +20,8 @@
 
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
-    id="org.apache.cordova.labs.notification"
-    version="0.0.1">
+    id="cordova-labs-notification"
+    version="0.0.2">
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>
     <license>Apache 2.0</license>