Skip to content

Instantly share code, notes, and snippets.

@DServy
Created November 14, 2013 00:54
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 DServy/02cc2465f1a6ae1a7ca4 to your computer and use it in GitHub Desktop.
Save DServy/02cc2465f1a6ae1a7ca4 to your computer and use it in GitHub Desktop.
{
"name": "AllTrips",
"description": "AllTrips Pubs",
"version": "0.0.1-1",
"private": true,
"author": "David Staley, Sam Fitz, BJ Hansen",
"repository": {
"type": "git",
"url": "https://slsapp.com/git/alltrips/alltrips.git"
},
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"scripts": {
"start": "node server.js",
"test": "node node_modules/grunt-cli/bin/grunt test"
},
"dependencies": {},
"devDependencies": {
"supertest": "~0.8.1",
"should": "~2.0.2",
"grunt-contrib-jshint": "~0.7.1",
"grunt-nodemon": "~0.1.1",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-jade": "~0.8.0",
"grunt-open": "~0.2.2",
"express": "~3.4.4",
"jade": "~0.35.0",
"mongoose": "~3.8.0",
"connect-mongo": "~0.3.3",
"connect-flash": "~0.1.1",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"passport-facebook": "~1.0.1",
"passport-twitter": "~1.0.2",
"passport-google-oauth": "~0.1.5",
"underscore": "~1.5.2",
"async": "~0.2.9",
"view-helpers": "~0.1.3",
"mean-logger": "~0.0.1",
"forever": "~0.10.9",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.10",
"grunt-bower-task": "~0.3.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.5",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-bower-install": "~0.6.1",
"grunt-contrib-imagemin": "~0.3.0",
"grunt-rev": "~0.1.0",
"grunt-autoprefixer": "~0.4.0",
"grunt-usemin": "~2.0.0",
"grunt-mocha": "~0.4.1",
"grunt-svgmin": "~0.2.1",
"grunt-concurrent": "~0.4.1",
"load-grunt-tasks": "~0.2.0",
"time-grunt": "~0.2.0",
"connect-livereload": "~0.3.0"
},
"subdomain": "alltrips"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment