From 2039d92df1fe82590896e6bbeb26e901481e038f Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 25 Aug 2016 01:59:05 +0300 Subject: [PATCH] working on docs... Signed-off-by: Alex A. Naanou --- README.md | 5 +++-- package.json | 3 +++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c0a8d6..fa3b2f8 100644 --- a/README.md +++ b/README.md @@ -54,8 +54,9 @@ are likely to change, the implementation / API **will definitely** change! ;)_ ### Project: - The project on [GitHub](https://github.com/flynx/pWiki) -- pWiki [live demo](https://flynx.github.io/pWiki/) _– The data is stored in -sessionStorage on the client, closing the tab/browser will reset the wiki._ +- pWiki [live demo (hosted on Gitgub)](https://flynx.github.io/pWiki/) _– +The data is stored in sessionStorage on the client, closing the tab/browser +will reset the wiki._ diff --git a/package.json b/package.json index 43bd16f..af48b90 100755 --- a/package.json +++ b/package.json @@ -5,10 +5,13 @@ "license": "BSD", "dependencies": { "glob": "^7.0.5", + "ig-features": "^1.0.4", + "ig-object": "^1.0.1", "jszip": "^2.6.1", "peer": "*", "pouch-replicate-webrtc": "0.0.9", "pouchdb": "^5.4.5", + "requirejs": "^2.2.0", "showdown": "^1.4.2", "xss": "^0.2.13" },