-
Notifications
You must be signed in to change notification settings - Fork 122
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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
{
"name": "sneaks-api",
"version": "1.2.1",
"description": "A RESTful API that collects and returns data on sneakers. This API will also find, compare and return a link of where to buy the sneaker based on the price.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/druv5319/Sneaks-API.git"
},
"keywords": [
"sneakers",
"shoes",
"goat",
"stadium goods",
"flight club",
"stockx",
"restful",
"api",
"nodejs"
],
"author": "druv5319@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/druv5319/Sneaks-API/issues"
},
"homepage": "https://github.com/druv5319/Sneaks-API#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"core-util-is": "^1.0.2",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"got": "^11.6.0",
"mongoose": "^5.10.3",
"request": "^2.65.0"
}
}