-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 873 Bytes
/
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
{
"name": "friend_finder",
"version": "1.0.0",
"description": "This full-stack site will take in results your users' surveys, then compare their answers with those from other users. The app will then display the name and picture of the user with the best overall match.",
"main": "server.js",
"dependencies": {
"body-parser": "^1.16.0",
"express": "^4.14.1",
"path": "^0.12.7",
"server": "^1.0.0-alpha.16"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dh24732/friend_finder.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dh24732/friend_finder/issues"
},
"homepage": "https://github.com/dh24732/friend_finder#readme"
}