Skip to content

Instantly share code, notes, and snippets.

@efleming969
Created December 12, 2013 17:05
Show Gist options
  • Select an option

  • Save efleming969/7931429 to your computer and use it in GitHub Desktop.

Select an option

Save efleming969/7931429 to your computer and use it in GitHub Desktop.
{
"name": "todolist",
"version": "0.1.0",
"dependencies": {
"connect": "~2.11.2"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-watch": "~0.5.3",
"browserify": "~2.36.1",
"grunt-browserify": "~1.2.12",
"grunt-nodemon": "~0.1.2"
},
"main": "server/Main"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment