-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 900 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 900 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
29
30
31
{
"name": "week-4-rest-api-hackathon-1functionman",
"version": "1.0.0",
"description": "Feel free to delete this and start from scratch.",
"main": "app.js",
"type": "commonjs",
"bin": {
"week-4-rest-api-hackathon-1functionman": "bin/listen.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node --watch bin/listen.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SchoolOfCode/week-4-rest-api-hackathon-1functionman.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SchoolOfCode/week-4-rest-api-hackathon-1functionman/issues"
},
"homepage": "https://github.com/SchoolOfCode/week-4-rest-api-hackathon-1functionman#readme",
"dependencies": {
"ejs": "^3.1.10",
"express": "^4.21.2",
"fs": "^0.0.1-security",
"uuid": "^11.0.3"
}
}