-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 840 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "clubsignup",
"version": "1.0.0",
"description": "## Goals - Create a form to enter email into local storage - Create a page to list all emails in local storage - Download all emails as csv - Edit entered email -",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.16.4",
"ip": "^1.1.5",
"nodemon": "^1.18.10",
"vash": "^0.12.6"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ISU-WebDevClub/ClubSignup.git"
},
"bugs": {
"url": "https://github.com/ISU-WebDevClub/ClubSignup/issues"
},
"homepage": "https://github.com/ISU-WebDevClub/ClubSignup#readme"
}