Skip to content

Instantly share code, notes, and snippets.

@shayanjm
Created August 22, 2013 00:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shayanjm/52bfea72a1c14968546d to your computer and use it in GitHub Desktop.
Save shayanjm/52bfea72a1c14968546d to your computer and use it in GitHub Desktop.
{
"private": true,
"name": "ts",
"version": "0.0.2",
"description": "talksession.com main repository",
"homepage": "http://talksession.com",
"bugs": "",
"scripts": {
"start": "node ./"
},
"analyze": false,
"repository": {
"type": "git",
"url": "git@github.com:TalkSession/talksession.com.git"
},
"main": "backend/api.js",
"dependencies": {
"express": "~3.3.4",
"jade": "~0.32.0",
"director": "~1.2.0",
"async": "~0.2.9",
"connect-redis": "~1.4.5",
"config": "~0.4.25",
"yaml": "~0.2.3",
"logg": "~0.2.0",
"lodash": "~1.3.1",
"node-syslog": "~1.1.7",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"mongoose": "https://github.com/thanpolas/mongoose/tarball/0211670a9b5e64e7e84710bb0abc9a2ae3c467e5",
"posix": "~1.0.1",
"validator": "~1.2.2",
"connect-flash": "~0.1.1",
"when": "~1.8.1",
"pagination": "~0.3.3",
"slug": "~0.3.3",
"crude": "~0.0.9",
"grunt": "~0.4.1",
"bower": "~0.10.0",
"grunt-contrib-compass": "~0.2.0",
"matchdep": "~0.1.1",
"csv": "~0.3.3",
"bcrypt": "~0.7.6",
"grunt-cli": "~0.1.9",
"middlewarify": "0.0.3",
"blueimp-md5": "~1.0.1",
"socket.io": "~0.9.16",
"redis": "~0.8.4",
"collections": "~0.1.24"
},
"devDependencies": {
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-open": "~0.2.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-imagemin": "~0.1.2",
"chai": "~1.7.2",
"sinon": "~1.7.2",
"assetflow": "~0.1.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-parallel": "~0.2.0",
"grunt-mocha-test": "~0.5.0",
"mocha": "~1.12.0",
"mocha-mongoose": "~0.1.5",
"long-stack-traces": "~0.1.2",
"supertest": "~0.7.1",
"grunt-express-server": "~0.4.1",
"socket.io-client": "~0.9.16"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [],
"licenses": [
{
"type": "PROPRIETARY"
}
],
"subdomain": "ts-alpha540"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment