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