aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/devdocs/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:12 +0200
committerLibravatar Bennett <hello@vantezzen.io>2020-10-04 16:38:12 +0200
commit4807593a21bb1344ea64769c6ad640a8cb27a78e (patch)
treeb5c62da168f8c85ba9f2eec55b76a0daf03c159e /recipes/devdocs/package.json
parentAdd TickTick (diff)
downloadferdium-recipes-4807593a21bb1344ea64769c6ad640a8cb27a78e.tar.gz
ferdium-recipes-4807593a21bb1344ea64769c6ad640a8cb27a78e.tar.zst
ferdium-recipes-4807593a21bb1344ea64769c6ad640a8cb27a78e.zip
Add DevDocs
Diffstat (limited to 'recipes/devdocs/package.json')
-rw-r--r--recipes/devdocs/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/devdocs/package.json b/recipes/devdocs/package.json
new file mode 100644
index 0000000..2094584
--- /dev/null
+++ b/recipes/devdocs/package.json
@@ -0,0 +1,12 @@
1{
2 "id": "devdocs",
3 "name": "DevDocs",
4 "version": "1.0.0",
5 "description": "devdocs",
6 "main": "index.js",
7 "author": "Ferdi <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://devdocs.io"
11 }
12}