summaryrefslogtreecommitdiffstats
path: root/packages/wekan-cfs-access-point/unipackage.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-14 21:09:47 +0300
committerLauri Ojansivu <x@xet7.org>2019-07-14 21:09:47 +0300
commit72604d5d73237f1c6575c9877a56b593532d9701 (patch)
treef4c33ef61a968e7dc5065be0c735161384e46499 /packages/wekan-cfs-access-point/unipackage.json
parent37ee7091f732a54cd5c1af101351d0012be1fa4b (diff)
downloadwekan-72604d5d73237f1c6575c9877a56b593532d9701.tar.gz
wekan-72604d5d73237f1c6575c9877a56b593532d9701.tar.bz2
wekan-72604d5d73237f1c6575c9877a56b593532d9701.zip
Add cfs-access-point as local package included in Wekan repo,
to hopefully make Wekan all deps work directly with command `meteor`. Thanks to xet7 !
Diffstat (limited to 'packages/wekan-cfs-access-point/unipackage.json')
-rw-r--r--packages/wekan-cfs-access-point/unipackage.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/packages/wekan-cfs-access-point/unipackage.json b/packages/wekan-cfs-access-point/unipackage.json
new file mode 100644
index 00000000..b8506cbb
--- /dev/null
+++ b/packages/wekan-cfs-access-point/unipackage.json
@@ -0,0 +1,25 @@
+{
+ "name": "cfs:access-point",
+ "summary": "CollectionFS, add ddp and http accesspoint capability",
+ "version": "0.1.49",
+ "isTest": false,
+ "plugins": [],
+ "unibuilds": [
+ {
+ "kind": "main",
+ "arch": "os",
+ "path": "os-legacy.json"
+ },
+ {
+ "kind": "main",
+ "arch": "web.browser",
+ "path": "web.browser-legacy.json"
+ },
+ {
+ "kind": "main",
+ "arch": "web.cordova",
+ "path": "web.cordova-legacy.json"
+ }
+ ],
+ "format": "unipackage-pre2"
+} \ No newline at end of file