mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 17:40:07 +00:00
15 lines
296 B
JSON
Executable File
15 lines
296 B
JSON
Executable File
{
|
|
"name": "pWiki",
|
|
"version": "0.0.1",
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"jszip": "^2.6.1",
|
|
"peer": "*",
|
|
"pouch-replicate-webrtc": "0.0.9",
|
|
"pouchdb": "^5.4.5",
|
|
"showdown": "^1.4.2"
|
|
},
|
|
"devDependencies": {}
|
|
}
|