Skip to content

Instantly share code, notes, and snippets.

@kenny-io
Last active January 17, 2018 17:30
Show Gist options
  • Save kenny-io/3651ba1458e331a7449bbeb5d14561a9 to your computer and use it in GitHub Desktop.
Save kenny-io/3651ba1458e331a7449bbeb5d14561a9 to your computer and use it in GitHub Desktop.

Revisions

  1. kenny-io revised this gist Jan 17, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -18,6 +18,7 @@
    "homepage": "https://github.com/christiannwamba/pusher-android-table#readme",
    "dependencies": {
    "express": "^4.16.2",
    "body-parser": "1.16.0",
    "pusher": "^1.5.1"
    }
    }
  2. kenny-io created this gist Jan 17, 2018.
    23 changes: 23 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    {
    "name": "pushertableinrealtime",
    "version": "1.0.0",
    "description": "\"\"",
    "main": "app.js",
    "scripts": {
    "test": "\"echo \\\"Error: no test specified\\\" && exit\" "
    },
    "repository": {
    "type": "git",
    "url": "git+https://github.com/christiannwamba/pusher-android-table.git"
    },
    "author": "\"\"",
    "license": "ISC",
    "bugs": {
    "url": "https://github.com/christiannwamba/pusher-android-table/issues"
    },
    "homepage": "https://github.com/christiannwamba/pusher-android-table#readme",
    "dependencies": {
    "express": "^4.16.2",
    "pusher": "^1.5.1"
    }
    }