Skip to content

Instantly share code, notes, and snippets.

@maximilianschmid
Last active December 20, 2015 20:49
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 maximilianschmid/6193161 to your computer and use it in GitHub Desktop.
Save maximilianschmid/6193161 to your computer and use it in GitHub Desktop.
App-name: planfred-app-server
{
"name": "planfred-app-server",
"description": "Back end server to support our planfred app",
"version": "0.0.201",
"private": true,
"dependencies": {
"express": "~3.3",
"passport": "~0.1.17",
"passport-local": "~0.1.6",
"express-namespace": "~0.1.1",
"crypto": "0.0.3",
"postmark": "~0.1.8",
"underscore": "~1.4",
"q": "~0.9.6",
"mongoose": "~3.6.17",
"handlebars": "1.0.12",
"mongoose-q": "0.0.4",
"URIjs": "~1.10.2",
"mongoose-validator": "~0.2.2",
"node-uuid": "~1.4.0",
"nodetime": "~0.8.13",
"raygun": "~0.2.0",
"tokenator": "0.0.4",
"token.js": "0.0.1",
"moment": "~2.1.0"
},
"devDependencies": {
"grunt-bump": "0.0.11",
"supervisor": "~0.5.3",
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.6",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-handlebars": "0.5.9",
"grunt-contrib-watch": "~0.4.4",
"shelljs": "~0.1.4"
},
"subdomain": "planfred",
"domains": [
"app.planfred.com"
],
"scripts": {
"start": "server.js"
},
"engines": {
"node": "0.10.x"
},
"repository": {
"type": "git",
"url": ""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment