pWiki/package.json
Alex A. Naanou e7a9610d81 lots of tweaks and fixes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
2022-08-04 19:47:08 +03:00

29 lines
584 B
JSON
Executable File

{
"name": "pWiki",
"version": "0.0.1",
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
"license": "BSD",
"dependencies": {
"glob": "*",
"ig-actions": "*",
"ig-features": "*",
"ig-object": "*",
"ig-types": "^6.9.4",
"jszip": "*",
"pouchdb": "^7.3.0",
"pouchdb-browser": "^7.3.0",
"requirejs": "*",
"showdown": "^2.1.0"
},
"disabled-dependencies": {
"peer": "*",
"pouch-replicate-webrtc": "*",
"pouchdb": "*",
"showdown": "*",
"xss": "*"
},
"scripts": {
"bootstrap": "node scripts/bootstrap.js"
}
}