2016-07-06 04:17:49 +03:00
|
|
|
{
|
|
|
|
|
"name": "pWiki",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"author": "Alex A. Naanou <alex.nanou@gmail.com>",
|
|
|
|
|
"license": "BSD",
|
2016-07-12 01:47:40 +03:00
|
|
|
"dependencies": {
|
2019-07-17 00:11:00 +03:00
|
|
|
"glob": "^7.1.4",
|
2018-09-08 16:53:10 +03:00
|
|
|
"ig-actions": "^1.9.0",
|
|
|
|
|
"ig-features": "^2.2.6",
|
2019-07-17 00:11:00 +03:00
|
|
|
"ig-object": "^2.0.0",
|
2016-07-30 20:28:52 +03:00
|
|
|
"jszip": "^2.6.1",
|
2018-09-08 16:53:10 +03:00
|
|
|
"peer": "^0.2.10",
|
2016-07-30 20:28:52 +03:00
|
|
|
"pouch-replicate-webrtc": "0.0.9",
|
2019-07-17 00:11:00 +03:00
|
|
|
"pouchdb": "^7.1.1",
|
2018-09-08 16:53:10 +03:00
|
|
|
"requirejs": "^2.3.6",
|
2019-07-17 00:11:00 +03:00
|
|
|
"showdown": "^1.9.0",
|
2016-08-17 05:56:24 +03:00
|
|
|
"xss": "^0.2.13"
|
2016-07-16 00:20:52 +03:00
|
|
|
},
|
2016-08-13 03:06:35 +03:00
|
|
|
"devDependencies": {},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"bootstrap": "node make_bootstrap.js"
|
|
|
|
|
}
|
2016-07-06 04:17:49 +03:00
|
|
|
}
|