pWiki/package.json
Alex A. Naanou e226acf115 moved most of the templats out of wiki.js into bootstrap/* ...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2016-08-13 03:06:35 +03:00

19 lines
380 B
JSON
Executable File

{
"name": "pWiki",
"version": "0.0.1",
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
"license": "BSD",
"dependencies": {
"glob": "^7.0.5",
"jszip": "^2.6.1",
"peer": "*",
"pouch-replicate-webrtc": "0.0.9",
"pouchdb": "^5.4.5",
"showdown": "^1.4.2"
},
"devDependencies": {},
"scripts": {
"bootstrap": "node make_bootstrap.js"
}
}