From 2c16aed436944415245f3a54b0042d27adb2d6c8 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Jul 2016 04:17:49 +0300 Subject: [PATCH] added phonegap support... Signed-off-by: Alex A. Naanou --- config.xml | 34 ++++++++++++++++++++++++++++++++++ package.json | 6 ++++++ 2 files changed, 40 insertions(+) create mode 100755 config.xml create mode 100755 package.json diff --git a/config.xml b/config.xml new file mode 100755 index 0000000..f6a0e0f --- /dev/null +++ b/config.xml @@ -0,0 +1,34 @@ + + + pWiki + + Portable Wiki (test) + + + Alex A. Naanou + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json new file mode 100755 index 0000000..e99a457 --- /dev/null +++ b/package.json @@ -0,0 +1,6 @@ +{ + "name": "pWiki", + "version": "0.0.1", + "author": "Alex A. Naanou ", + "license": "BSD", +}