mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 17:40:07 +00:00
28 lines
558 B
JSON
Executable File
28 lines
558 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": "*"
|
|
},
|
|
"disabled-dependencies": {
|
|
"peer": "*",
|
|
"pouch-replicate-webrtc": "*",
|
|
"pouchdb": "*",
|
|
"showdown": "*",
|
|
"xss": "*"
|
|
},
|
|
"scripts": {
|
|
"bootstrap": "node scripts/bootstrap.js"
|
|
}
|
|
}
|