mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-28 17:40:07 +00:00
24 lines
513 B
JSON
Executable File
24 lines
513 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",
|
|
"ig-features": "^2.0.0",
|
|
"ig-actions": "^1.0.0",
|
|
"ig-object": "^1.0.1",
|
|
"jszip": "^2.6.1",
|
|
"peer": "*",
|
|
"pouch-replicate-webrtc": "0.0.9",
|
|
"pouchdb": "^5.4.5",
|
|
"requirejs": "^2.2.0",
|
|
"showdown": "^1.4.2",
|
|
"xss": "^0.2.13"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"bootstrap": "node make_bootstrap.js"
|
|
}
|
|
}
|