15 lines
395 B
JSON
15 lines
395 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|