From 72604d5d73237f1c6575c9877a56b593532d9701 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 14 Jul 2019 21:09:47 +0300 Subject: 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 ! --- packages/wekan-cfs-access-point/os.json | 51 +++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 packages/wekan-cfs-access-point/os.json (limited to 'packages/wekan-cfs-access-point/os.json') diff --git a/packages/wekan-cfs-access-point/os.json b/packages/wekan-cfs-access-point/os.json new file mode 100644 index 00000000..b6a30553 --- /dev/null +++ b/packages/wekan-cfs-access-point/os.json @@ -0,0 +1,51 @@ +{ + "format": "isopack-2-unibuild", + "declaredExports": [], + "uses": [ + { + "package": "meteor" + }, + { + "package": "cfs:base-package", + "constraint": "0.0.30" + }, + { + "package": "cfs:file", + "constraint": "0.1.16" + }, + { + "package": "check", + "constraint": "1.0.2" + }, + { + "package": "ejson", + "constraint": "1.0.4" + }, + { + "package": "cfs:http-methods", + "constraint": "0.0.29" + }, + { + "package": "cfs:http-publish", + "constraint": "0.0.13" + } + ], + "implies": [ + { + "package": "cfs:base-package", + "constraint": "" + } + ], + "resources": [ + { + "type": "source", + "extension": "js", + "file": "os/packages/cfs_access-point.js", + "length": 104737, + "offset": 0, + "usesDefaultSourceProcessor": true, + "path": "/packages/cfs_access-point.js", + "hash": "cc531dd3645fb5f9a05adf17807f16d7b7abc493" + } + ] +} \ No newline at end of file -- cgit v1.2.3-1-g7c22