Skip to content

Instantly share code, notes, and snippets.

@bingeboy
Created June 15, 2013 23:30
Show Gist options
  • Save bingeboy/5790022 to your computer and use it in GitHub Desktop.
Save bingeboy/5790022 to your computer and use it in GitHub Desktop.
Package.json
{
"name": "HackAthon",
"description": "North Festival Hackathon 2013 WBURG BK",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "nodemon app.js",
"debug": "nodemon --debug app.js"
},
"dependencies": {
"twilio": "*",
"express": "3.x",
"jade": "*",
"less-middleware": "*",
"nodemon": "*",
"request": "~2.21.0",
"xml2js": "~0.2.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment