-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1016 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
34
35
{
"name": "food-recipe-site",
"version": "1.0.0",
"description": "Recipe site [search for recipe and get all ingredinets according to your family number change number as you want add recipe to your bookmarks or add new recipes private to you",
"main": "index.js",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Esraa22M/Food-Recipe-Site.git"
},
"keywords": [
"js",
"sass",
"parcel"
],
"author": "Esraa Mohamed [project idea and startup files credit to jonas]",
"license": "ISC",
"bugs": {
"url": "https://github.com/Esraa22M/Food-Recipe-Site/issues"
},
"homepage": "https://github.com/Esraa22M/Food-Recipe-Site#readme",
"dependencies": {
"core-js": "^3.28.0",
"fractional": "^1.0.0",
"parcel": "^2.8.3",
"regenerator-runtime": "^0.13.11"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3",
"process": "^0.11.10"
}
}