aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/firefly/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/firefly/package.json')
-rw-r--r--recipes/firefly/package.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/firefly/package.json b/recipes/firefly/package.json
new file mode 100644
index 0000000..5b2b3ca
--- /dev/null
+++ b/recipes/firefly/package.json
@@ -0,0 +1,10 @@
1{
2 "id": "firefly",
3 "name": "Firefly",
4 "version": "1.0.0",
5 "license": "MIT",
6 "config": {
7 "hasCustomUrl": true,
8 "serviceURL": "https://{firefly}/"
9 }
10}