-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 864 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
29
30
31
32
33
{
"name": "move-it",
"version": "1.0.0",
"description": "search app",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"heroku-postbuild": "cd client && npm install --only=dev && npm install && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/katiegoines/move-it.git"
},
"author": "Katie Goines",
"license": "ISC",
"bugs": {
"url": "https://github.com/katiegoines/move-it/issues"
},
"homepage": "https://gomoveit.herokuapp.com",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"hoek": "^5.0.3",
"jsonwebtoken": "^8.1.0",
"mongoose": "4.10.8",
"morgan": "^1.9.0",
"nodemon": "^1.17.3",
"request": "^2.83.0",
"yelp-fusion": "^1.0.3"
}
}