aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/campuswire/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/campuswire/package.json')
-rw-r--r--recipes/campuswire/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/campuswire/package.json b/recipes/campuswire/package.json
new file mode 100644
index 0000000..77d6df6
--- /dev/null
+++ b/recipes/campuswire/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "campuswire",
3 "name": "Campuswire",
4 "version": "1.0.0",
5 "description": "Campuswire",
6 "main": "index.js",
7 "author": "Matthew Toohey",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://campuswire.com/c",
11 "hasNotificationSound": true
12 }
13}