Skip to content

Instantly share code, notes, and snippets.

@sadam1807
Last active October 30, 2019 16:00
Show Gist options
  • Save sadam1807/eec05a75449b76481542fc299b120976 to your computer and use it in GitHub Desktop.
Save sadam1807/eec05a75449b76481542fc299b120976 to your computer and use it in GitHub Desktop.
{
"name": "sqpaymentform-nodejs-starterkit",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"body-parser": "^1.19.0",
"express": "^4.17.0",
"square-connect": "2.20190814.0"
},
"devDependencies": {
"nodemon": "^1.19.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment