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": {
|
2016-08-13 03:06:35 +03:00
|
|
|
"glob": "^7.0.5",
|
2016-08-26 06:16:33 +03:00
|
|
|
"ig-features": "^2.0.0",
|
|
|
|
|
"ig-actions": "^1.0.0",
|
2016-08-25 01:59:05 +03:00
|
|
|
"ig-object": "^1.0.1",
|
2016-07-30 20:28:52 +03:00
|
|
|
"jszip": "^2.6.1",
|
2016-07-16 03:32:29 +03:00
|
|
|
"peer": "*",
|
2016-07-30 20:28:52 +03:00
|
|
|
"pouch-replicate-webrtc": "0.0.9",
|
|
|
|
|
"pouchdb": "^5.4.5",
|
2016-08-25 01:59:05 +03:00
|
|
|
"requirejs": "^2.2.0",
|
2016-08-17 05:56:24 +03:00
|
|
|
"showdown": "^1.4.2",
|
|
|
|
|
"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
|
|
|
}
|