aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/bip/package.json
diff options
context:
space:
mode:
authorLibravatar Yoga Setiawan <yogainformatika@gmail.com>2021-02-03 03:48:59 +0700
committerLibravatar GitHub <noreply@github.com>2021-02-02 21:48:59 +0100
commitd5f13d314fd47ed2a0d061a422b566cd90b7ae08 (patch)
tree824196fe1fde4edcbd8a0afba815ddf8a9af61d3 /recipes/bip/package.json
parentRemove invalid file (#424) (diff)
downloadferdium-recipes-d5f13d314fd47ed2a0d061a422b566cd90b7ae08.tar.gz
ferdium-recipes-d5f13d314fd47ed2a0d061a422b566cd90b7ae08.tar.zst
ferdium-recipes-d5f13d314fd47ed2a0d061a422b566cd90b7ae08.zip
Add recipe for BiP (#429)
Diffstat (limited to 'recipes/bip/package.json')
-rw-r--r--recipes/bip/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/bip/package.json b/recipes/bip/package.json
new file mode 100644
index 0000000..de52558
--- /dev/null
+++ b/recipes/bip/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "bip",
3 "name": "BiP",
4 "version": "1.0.0",
5 "description": "bip",
6 "main": "index.js",
7 "author": "Yoga Setiawan <yogasetiawan@arioki.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://web.bip.com/",
11 "hasNotificationSound": true
12 }
13}