Skip to content

Instantly share code, notes, and snippets.

Created September 5, 2013 02:29
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 anonymous/6445347 to your computer and use it in GitHub Desktop.
Save anonymous/6445347 to your computer and use it in GitHub Desktop.
{
"name": "auth-service",
"description": "",
"version": "0.0.1-1",
"private": true,
"scripts": {
"start": "node main.js",
"test": "mocha -t 5000 --check-leaks --recursive tests/small tests/medium tests/large"
},
"dependencies": {
"express": "3.2.x",
"uuid": "1.4.x",
"passport": "0.1.x",
"passport-yahoo": "0.3.x",
"passport-google-oauth": "0.1.x",
"passport-windowslive": "1.0.0",
"precond": "0.2.x",
"connect-flash": "0.1.x",
"swig": "0.14.x",
"consolidate": "0.9.x",
"nano": "3.4.x",
"lodash": "1.3.x",
"superagent": "0.15.x",
"sendgrid": "0.2.x",
"moment": "2.0.x",
"acm-common-utils": "git+https://some-oauth-token@github.com/virtru/acm-common-utils.git#1.0.3",
"validator": "1.5.0"
},
"devDependencies": {
"chai": "1.6.x",
"sinon": "1.7.x",
"supertest": "0.7.x",
"temp": "0.5.x"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"subdomain": "accounts-virtru-test"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment