-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 929 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
{
"name": "yahoo-oauth2-test",
"version": "1.0.0",
"description": "NodeJS sample application for Yahoo OAuth 2.0 + yfsapi-without-auth",
"engines": {
"node": "5.10.1"
},
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"async": "^2.3.0",
"body-parser": "^1.15.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"fs-then": "^0.2.0",
"jade": "^1.11.0",
"mongoose": "^4.13.7",
"nba": "^4.5.0",
"npm": "^6.4.1",
"puppeteer": "^1.17.0",
"request": "^2.75.0",
"stats-lite": "^2.2.0",
"string-similarity": "^2.0.0",
"stripe": "^6.23.1",
"table-scraper": "^0.1.0",
"yahoo-fantasy": "^3.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/withsmilo/yfsapi-oauth2-sample-app.git"
},
"keywords": [
"node",
"heroku",
"yahooFantasy",
"yfsapi"
],
"license": "MIT"
}