CB-12684 : added package.json to default hello world app

 This closes #18
diff --git a/template_src/package.json b/template_src/package.json
new file mode 100644
index 0000000..01c6cff
--- /dev/null
+++ b/template_src/package.json
@@ -0,0 +1,12 @@
+{
+  "name": "io.cordova.hellocordova",
+  "displayName": "HelloCordova",
+  "version": "1.0.0",
+  "description": "A sample Apache Cordova application that responds to the deviceready event.",
+  "main": "index.js",
+  "scripts": {
+    "test": "echo \"Error: no test specified\" && exit 1"
+  },
+  "author": "Apache Cordova Team",
+  "license": "Apache-2.0"
+}