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