Added package.json
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..9c15bf4
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+  "name": "cordova-plugin-wkwebview-engine",
+  "version": "0.0.1",
+  "description": "The official Apache Cordova WKWebView Engine 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-plugin-wkwebview-engine.git"
+  },
+  "keywords": [
+    "cordova",
+    "wkwebview"
+  ],
+  "author": "Apache Cordova",
+  "license": "Apache-2.0"
+}