working on docs...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2016-08-25 01:59:05 +03:00
parent 5eff0d68b2
commit 2039d92df1
2 changed files with 6 additions and 2 deletions

View File

@ -54,8 +54,9 @@ are likely to change, the implementation / API **will definitely** change! ;)_
### Project: ### Project:
- The project on [GitHub](https://github.com/flynx/pWiki) - The project on [GitHub](https://github.com/flynx/pWiki)
- pWiki [live demo](https://flynx.github.io/pWiki/) _&ndash; The data is stored in - pWiki [live demo (hosted on Gitgub)](https://flynx.github.io/pWiki/) _&ndash;
sessionStorage on the client, closing the tab/browser will reset the wiki._ The data is stored in sessionStorage on the client, closing the tab/browser
will reset the wiki._
<!-- @filter(markdown) --> <!-- @filter(markdown) -->
<!-- vim:set ts=2 sw=2 expandtab spell : --> <!-- vim:set ts=2 sw=2 expandtab spell : -->

View File

@ -5,10 +5,13 @@
"license": "BSD", "license": "BSD",
"dependencies": { "dependencies": {
"glob": "^7.0.5", "glob": "^7.0.5",
"ig-features": "^1.0.4",
"ig-object": "^1.0.1",
"jszip": "^2.6.1", "jszip": "^2.6.1",
"peer": "*", "peer": "*",
"pouch-replicate-webrtc": "0.0.9", "pouch-replicate-webrtc": "0.0.9",
"pouchdb": "^5.4.5", "pouchdb": "^5.4.5",
"requirejs": "^2.2.0",
"showdown": "^1.4.2", "showdown": "^1.4.2",
"xss": "^0.2.13" "xss": "^0.2.13"
}, },