-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 944 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 944 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
36
37
38
{
"name": "shoeless",
"version": "0.0.0",
"description": "Draft manager application for fantasy baseball",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://jeffreydecker@github.com/jeffreydecker/DraftManager.git"
},
"keywords": [
"node"
],
"author": "Jeffrey Decker",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeffreydecker/DraftManager/issues"
},
"homepage": "https://github.com/jeffreydecker/DraftManager#readme",
"dependencies": {
"angular": "^1.7.7",
"async": "^2.6.2",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cheerio": "^0.22.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"method-override": "^2.3.10",
"mongoose": "^5.4.16",
"morgan": "^1.9.1",
"npm": "^6.8.0",
"react-router-bootstrap": "^0.24.4",
"request": "^2.88.0",
"request-promise": "^4.2.4"
}
}