Create newsletter signup app
This commit is contained in:
commit
7b5185d92d
13 changed files with 846 additions and 0 deletions
15
package.json
Normal file
15
package.json
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "rutgers-esports-newsletter-signup",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple sign-up page for the Rutgers Esports mailing list.",
|
||||
"main": "app.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Mueez Khan",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@mailchimp/mailchimp_marketing": "^3.0.48",
|
||||
"express": "^4.17.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue