Skip to content

Instantly share code, notes, and snippets.

@jaxon
Created April 2, 2013 00:02
Show Gist options
  • Save jaxon/5288844 to your computer and use it in GitHub Desktop.
Save jaxon/5288844 to your computer and use it in GitHub Desktop.
PoliticsIsStupid Package.json
{
"name": "politicsisstupid",
"description": "Node code for inimate limited",
"version": "0.0.1",
"private": false,
"author": "Jaxon Brooks <jaxonwk@gmail.com> (http://jaxon.github.com)",
"engines": {
"node": "0.8.15",
"npm": "1.2.16"
},
"subdomain": "politicsisstupid",
"dependencies": {
"express-force-domain": "0.0.6",
"helmet": "0.0.9",
"nodejs-yapaginate": "0.0.x",
"spore": "~0.1.6",
"async": "~0.1.22",
"underscore": "~1.4.4",
"passport-local": "~0.1.6",
"rss": "0.0.4",
"passport": "~0.1.16",
"connect-redis": "~1.4.5",
"mongoose-redis-cache": "0.0.3",
"passport-github": "~0.1.3",
"passport-google-oauth": "~0.1.5",
"config": "~0.4.22",
"jade": "~0.27.7",
"passport-facebook": "~0.1.5",
"passport-twitter": "~0.1.4",
"express": "~3.0.6",
"mongoose": "~3.4.0"
},
"scripts": {
"start": "server.js"
},
"domains": [
"politicsisstupid.com",
"thastate.com"
],
"devDependencies": {
"grunt-contrib-csslint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-cssmin": "~0.5.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment