Skip to content

Instantly share code, notes, and snippets.

@hmbadiwe
Created June 23, 2014 02:28
Show Gist options
  • Select an option

  • Save hmbadiwe/5fa162164050354e51b0 to your computer and use it in GitHub Desktop.

Select an option

Save hmbadiwe/5fa162164050354e51b0 to your computer and use it in GitHub Desktop.

Revisions

  1. hmbadiwe created this gist Jun 23, 2014.
    26 changes: 26 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,26 @@
    {
    "name": "web",
    "version": "0.0.1-1",
    "private": true,
    "scripts": {
    "start": "node app.js"
    },
    "dependencies": {
    "express": "3.4.4",
    "jade": "*",
    "passport": "~0.2.0",
    "passport-facebook": "~1.0.3",
    "mongodb": "~1.3.23",
    "passport-local": "~1.0.0",
    "connect-flash": "~0.1.1",
    "node-xlsx": "~0.4.0",
    "xlsx": "~0.7.3",
    "mongo-postal": "0.0.4",
    "fast-csv": "~0.4.0"
    },
    "subdomain": "web",
    "engines": {
    "node": "0.10.x"
    }
    }
    ~