mirror of
https://github.com/flynx/pWiki.git
synced 2026-07-03 23:20:56 +00:00
39 lines
770 B
JSON
Executable File
39 lines
770 B
JSON
Executable File
{
|
|
"name": "pWiki",
|
|
"version": "0.0.1",
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"ig-actions": "*",
|
|
"ig-features": "*",
|
|
"ig-object": "*",
|
|
"ig-types": "*",
|
|
|
|
"requirejs": "*",
|
|
"uuid": "*",
|
|
"glob": "*",
|
|
"jszip": "*",
|
|
|
|
"any-date-parser": "*",
|
|
"file-saver": "*",
|
|
"flexsearch": "*",
|
|
"idb-keyval": "*"
|
|
},
|
|
"disabled-dependencies": {
|
|
"peer": "*",
|
|
"pouch-replicate-webrtc": "*",
|
|
"pouchdb": "*",
|
|
"showdown": "*",
|
|
"xss": "*",
|
|
"@toast-ui/editor": "*",
|
|
"medium-editor": "*",
|
|
"medium-editor-markdown": "*",
|
|
"pouchdb": "*",
|
|
"pouchdb-browser": "*",
|
|
"showdown": "*"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "node scripts/bootstrap.js"
|
|
}
|
|
}
|