aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/asana/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-12 08:30:46 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-12 08:30:46 +0100
commitf0a09b9348e265254be25c322e53c3e10da38fe2 (patch)
treed21598506a5a157a67340da8ed278fcbaae8f603 /uncompressed/asana/package.json
parentFail verify-all script if there are errors during validation (diff)
parentMerge pull request #63 from jaredkotoff/asana (diff)
downloadferdium-recipes-f0a09b9348e265254be25c322e53c3e10da38fe2.tar.gz
ferdium-recipes-f0a09b9348e265254be25c322e53c3e10da38fe2.tar.zst
ferdium-recipes-f0a09b9348e265254be25c322e53c3e10da38fe2.zip
Merge branch 'master' of https://github.com/getferdi/recipes
Diffstat (limited to 'uncompressed/asana/package.json')
-rw-r--r--uncompressed/asana/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/asana/package.json b/uncompressed/asana/package.json
new file mode 100644
index 0000000..dbf7ffe
--- /dev/null
+++ b/uncompressed/asana/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "asana",
3 "name": "Asana",
4 "version": "1.0.0",
5 "description": "Asana",
6 "main": "index.js",
7 "author": "Elnur Mammadov <baytbybayt@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://app.asana.com",
11 "hasNotificationSound": true
12 }
13}