-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 918 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
36
37
38
39
40
41
42
43
{
"homepage": "https://AlbShar.github.io/ubereats/",
"name": "ubereats",
"version": "1.0.0",
"description": "UberEats - the first project in my protfolio!",
"main": "script.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbShar/ubereats.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlbShar/ubereats/issues"
},
"jshintConfig": {
"camelcase": true,
"indent": 2,
"undef": true,
"unused": true,
"quotmark": false,
"maxlen": 120,
"trailing": true,
"curly": true,
"strict": false,
"browser": true,
"devel": true,
"jquery": true,
"esversion": 8,
"node": true
},
"dependencies": {
"js-cookie": "^3.0.1"
},
"devDependencies": {
"esm": "^3.2.25"
}
}