[CB-8597] First attempt at importing cordova-app-hello-world via npm dependency
diff --git a/config.xml b/config.xml
new file mode 100644
index 0000000..9dd0a63
--- /dev/null
+++ b/config.xml
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='utf-8'?>
+<widget id="io.cordova.hellocordova" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
+    <name>HelloCordova</name>
+    <description>
+        A sample Apache Cordova application that responds to the deviceready event.
+    </description>
+    <author email="dev@cordova.apache.org" href="http://cordova.io">
+        Apache Cordova Team
+    </author>
+    <content src="index.html" />
+    <access origin="*" />
+</widget>
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..d562a36
--- /dev/null
+++ b/package.json
@@ -0,0 +1,16 @@
+{
+  "name": "cordova-app-hello-world",
+  "version": "3.8.0-dev",
+  "description": "",
+  "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-app-hello-world.git"
+  },
+  "keywords": [],
+  "author": "Apache Cordova",
+  "license": "Apache version 2.0"
+}