aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/stackexchange/package.json
diff options
context:
space:
mode:
authorLibravatar Kittywhiskers Van Gogh <6098974-kittywhiskers@users.noreply.gitlab.com>2020-07-02 15:04:58 +0530
committerLibravatar Kittywhiskers Van Gogh <6098974-kittywhiskers@users.noreply.gitlab.com>2020-07-02 15:04:58 +0530
commiteffc153fe644eaa3ec3a9aa22a419a837d38dbe7 (patch)
tree2a976a116f6c654b734c4b78bb6a372eeccbcb3f /uncompressed/stackexchange/package.json
parentUpdate repository (diff)
downloadferdium-recipes-effc153fe644eaa3ec3a9aa22a419a837d38dbe7.tar.gz
ferdium-recipes-effc153fe644eaa3ec3a9aa22a419a837d38dbe7.tar.zst
ferdium-recipes-effc153fe644eaa3ec3a9aa22a419a837d38dbe7.zip
Add StackExchange recipe
Diffstat (limited to 'uncompressed/stackexchange/package.json')
-rw-r--r--uncompressed/stackexchange/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/uncompressed/stackexchange/package.json b/uncompressed/stackexchange/package.json
new file mode 100644
index 0000000..9d976e5
--- /dev/null
+++ b/uncompressed/stackexchange/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "stackexchange",
3 "name": "StackExchange",
4 "version": "1.0.0",
5 "description": "An unofficial Ferdi recipe for StackExchange",
6 "main": "index.js",
7 "author": "Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://stackexchange.com/"
11 }
12}