Skip to content

Instantly share code, notes, and snippets.

Created September 3, 2013 17:04
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/6426613 to your computer and use it in GitHub Desktop.
Save anonymous/6426613 to your computer and use it in GitHub Desktop.
{
"name": "transitfare",
"version": "0.0.0-45",
"private": true,
"dependencies": {
"express": "~3.3.0",
"mongodb": "~1.3.10",
"ejs": "~0.8.4",
"mongoose": "~3.6.13",
"commander": "~1.2.0",
"everyauth": "~0.4.5",
"findit": "~0.1.2",
"restler": "~2.0.1",
"watch": "~0.8.0",
"winston": "~0.7.2",
"winston-mongodb": "https://github.com/julianduque/winston-mongodb/tarball/master",
"loggly": "~0.3.11",
"winston-loggly": "~0.6.0",
"nodefly": "stable",
"newrelic": "~0.9.22",
"grunt-complexity": "~0.1.3",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"bcrypt": "~0.7.6",
"karma-script-launcher": "~0.1.0",
"karma-firefox-launcher": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.2",
"karma-requirejs": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma": "~0.10.2",
"grunt-karma": "~0.6.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-coffee": "~0.6.4",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-compass": "~0.1.3",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-htmlmin": "~0.1.1",
"grunt-contrib-imagemin": "~0.1.2",
"grunt-contrib-livereload": "~0.1.2",
"grunt-contrib-watch": "~0.3.0",
"grunt-bower-requirejs": "~0.4.1",
"grunt-usemin": "~0.1.10",
"grunt-regarde": "~0.1.1",
"grunt-rev": "~0.1.0",
"grunt-karma": "~0.6.1",
"grunt-open": "~0.2.0",
"matchdep": "~0.1.1",
"grunt-google-cdn": "~0.1.1",
"grunt-ngmin": "~0.0.2",
"karma-ng-html2js-preprocessor": "~0.1.0",
"karma-ng-scenario": "~0.1.0"
},
"engines": {
"node": ">=0.8.0"
},
"subdomain": "transitfare",
"scripts": {
"start": "node app.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment