-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
package.json
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
36
37
38
39
40
41
42
{
"name": "localize",
"version": "1.0.0",
<<<<<<< HEAD
"description": "",
=======
"description": "A web app to help find friends in a new city",
>>>>>>> 22bc862fc2b1ac8f097330149de266ccd7d0023d
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StartupTeamUW/localize.git"
},
<<<<<<< HEAD
"author": "",
=======
"author": "Kimmy, Jia, Chi, Kevin",
>>>>>>> 22bc862fc2b1ac8f097330149de266ccd7d0023d
"license": "ISC",
"bugs": {
"url": "https://github.com/StartupTeamUW/localize/issues"
},
"homepage": "https://github.com/StartupTeamUW/localize#readme",
"dependencies": {
<<<<<<< HEAD
"express": "^4.16.4",
"mysql2": "^1.6.4",
"nodemon": "^1.18.6",
"path": "^0.12.7",
"sequelize": "^4.41.2"
=======
"eslint": "^5.9.0",
"express": "^4.16.4",
"handlebars": "^4.0.12",
"mysql2": "^1.6.4"
>>>>>>> 22bc862fc2b1ac8f097330149de266ccd7d0023d
}
}