Skip to content

Instantly share code, notes, and snippets.

@chrisbodhi
Created June 3, 2015 18:24
Show Gist options
  • Select an option

  • Save chrisbodhi/b15d6bf033e2e5ff233f to your computer and use it in GitHub Desktop.

Select an option

Save chrisbodhi/b15d6bf033e2e5ff233f to your computer and use it in GitHub Desktop.
{
"name": "my-stormpath-project",
"version": "1.0.0",
"dependencies": {
"basic-auth": "^1.0.0",
"bluebird": "^2.9.24",
"config": "^1.13.0",
"discourse-sso": "^1.0.2",
"express": "^4.12.3",
"express-stormpath": "^1.0.4",
"jade": "^1.9.2",
"redis-url": "^1.2.0",
"request": "^2.55.0",
"utils-merge": "^1.0.0"
},
"engines": {
"node": "^0.12.x"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-open": "^0.2.3",
"grunt-sass": "^0.18.1",
"grunt-wiredep": "^2.0.0",
"load-grunt-tasks": "^3.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment