-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 Bytes
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": "AutoMart_UI",
"version": "1.0.0",
"description": "Challenge 4 of my ADC project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chuksjoe/AutoMart_UI.git"
},
"keywords": [
"automart",
"auto",
"mart",
"cars",
"sales",
"purchase",
"online",
"marketplace",
"automobiles"
],
"author": "Chukwunonso Orjiakor",
"license": "ISC",
"bugs": {
"url": "https://github.com/chuksjoe/AutoMart_UI/issues"
},
"homepage": "https://github.com/chuksjoe/AutoMart_UI#readme",
"dependencies": {
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.18.0"
}
}