Skip to content

Instantly share code, notes, and snippets.

@envex
Created August 6, 2014 17:26
Show Gist options
  • Select an option

  • Save envex/9976f4c0ec8a66b9fa45 to your computer and use it in GitHub Desktop.

Select an option

Save envex/9976f4c0ec8a66b9fa45 to your computer and use it in GitHub Desktop.

Revisions

  1. envex created this gist Aug 6, 2014.
    39 changes: 39 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,39 @@
    {
    "name": "liveshare-ps",
    "version": "1.0.154",
    "description": "Connects to InVision LiveShare",
    "main": "main.js",
    "generator-core-version": "~3",
    "dependencies": {
    "firebase": "0.6.14",
    "open": "0.0.4",
    "request": "2.27.0",
    "form-data": "~0.1.2",
    "q": "~1.0.0",
    "q-io": "~1.10.9",
    "colors": "~0.6.2",
    "lodash": "~2.4.1",
    "adm-zip": "~0.4.4",
    "kissmetrics": "0.0.4",
    "clim": "~1.0.0",
    "ws": "~0.4.31",
    "socket.io": "~1.0.6",
    "fs-extra": "~0.8.1",
    "bugsnag": "~1.3.0",
    "portscanner": "~0.2.2",
    "log-timestamp": "~0.1.1",
    "moment": "~2.7.0",
    "image-size": "~0.3.0",
    "semver": "~2.3.1"
    },
    "devDependencies": {
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-shell": "~0.6.2",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-aws": "~0.3.0",
    "grunt-bump": "0.0.13"
    }
    }