-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 913 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 913 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
32
33
34
35
{
"name": "datingapp",
"version": "1.0.0",
"description": "app to match people together who have the same music taste",
"main": "server.js",
"dependencies": {
"array-find": "^1.0.0",
"body-parser": "^1.19.0",
"cowsay": "^1.4.0",
"ejs": "^2.6.1",
"express": "^4.17.0",
"lodash": "^4.17.11",
"multer": "^1.4.1",
"slug": "^1.1.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"nodemon": "^1.19.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KarinCheng/BlokTechDatingApp.git"
},
"keywords": [],
"author": "Karin Cheng",
"license": "MIT",
"bugs": {
"url": "https://github.com/KarinCheng/BlokTechDatingApp/issues"
},
"homepage": "https://github.com/KarinCheng/BlokTechDatingApp/blob/master/README.md"
}