@@ -1,7 +1,7 @@
*.swp
*.bak
cli/closure-compiler-v*.jar
-/src/config.js
+/srv/config.js
# cache
store.json
@@ -1,6 +1,9 @@
{
- "name": "knackigate-slack",
- "dependencies": [
+ "name": "knackigate-slack"
+
+ ,"description": "Slack http client using long polling"
+ ,"dependencies": [
"ws",
"http",
"client-sessions",
@@ -8,9 +11,10 @@
"node-file-cache",
"memory-cache",
"sleep"
- ],
- "repository": {
+ ] ,"repository": {
"type": "git",
"url": "git@git.knacki.info:isundil/knackigate-slack"
- }
+ } ,"license": "GPL-3.0"
}