From 4e026b790c38f9db86947006a0f1bd728b649be2 Mon Sep 17 00:00:00 2001 From: John K Date: Tue, 9 Sep 2014 18:17:13 -0400 Subject: [PATCH] Added app.json --- app.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 00000000..39a6c249 --- /dev/null +++ b/app.json @@ -0,0 +1,7 @@ +{ + "name": "Shout IRC Web Client", + "description": "A Node.js IRC Web App ", + "repository": "https://github.com/erming/shout", + "logo": "https://cloud.githubusercontent.com/assets/8410903/4194421/d5b69f9a-37ad-11e4-9972-b1874d0b284e.png", + "keywords": ["node", "IRC"] +} \ No newline at end of file