-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 959 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
{
"name": "final-phase-1",
"version": "1.0.0",
"description": "Pantry Chef is an app that allows a user to input ingredients they have on hand and the app displays meal recipes that the user can make with those ingredients. A user can also click the random recipe button and a random recipe will display that the user can make.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/StashaG/final-phase-1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/StashaG/final-phase-1/issues"
},
"homepage": "https://github.com/StashaG/final-phase-1#readme",
"devDependencies": {
"git-scripts": "^0.4.3",
"surge": "^0.21.6"
},
"git": {
"scripts": {
"pre-push": "surge /mnt/c/Users/15188/Documents/GitHub/final-phase-1/ ./ pantry-chef.surge.sh"
}
}
}