pWiki/package.json
Alex A. Naanou 089b2ce4b1 shufling and playing with deps...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2016-07-16 03:32:29 +03:00

15 lines
276 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",
"peer": "*",
"pouch-replicate-webrtc": "0.0.9"
},
"devDependencies": {
}
}