aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/github_entreprise/package.json
diff options
context:
space:
mode:
authorLibravatar Antoine Aumjaud <antoine_dev@aumjaud.fr>2020-02-28 21:10:01 +0100
committerLibravatar Antoine Aumjaud <antoine_dev@aumjaud.fr>2020-02-28 21:10:01 +0100
commit2f741dd468082ddc01834912dd0cc88fb6a15d3d (patch)
tree9f6206d630d522ae7caa34cb77f1bc348ddac4b2 /uncompressed/github_entreprise/package.json
parentMerge pull request #46 from n-xlkt/feat/gmeet (diff)
downloadferdium-recipes-2f741dd468082ddc01834912dd0cc88fb6a15d3d.tar.gz
ferdium-recipes-2f741dd468082ddc01834912dd0cc88fb6a15d3d.tar.zst
ferdium-recipes-2f741dd468082ddc01834912dd0cc88fb6a15d3d.zip
Add GitHub Entreprise
Diffstat (limited to 'uncompressed/github_entreprise/package.json')
-rw-r--r--uncompressed/github_entreprise/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/github_entreprise/package.json b/uncompressed/github_entreprise/package.json
new file mode 100644
index 0000000..245d655
--- /dev/null
+++ b/uncompressed/github_entreprise/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "github_entreprise",
3 "name": "GitHub Entreprise",
4 "version": "1.0.0",
5 "description": "GitHub Entreprise",
6 "main": "index.js",
7 "author": "Antoine Aumjaud",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://github.mycompany.com/",
11 "hasCustomUrl": true
12 }
13}