-
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) · 768 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 768 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": "fantasee",
"version": "0.1.0",
"description": "See more from your nfl.com fantasy league",
"main": "app.js",
"dependencies": {
"cheerio": "^0.18.0",
"request": "^2.53.0"
},
"devDependencies": {
"chai": "^2.1.0",
"mocha": "^2.1.0",
"sinon": "^1.12.2",
"sinon-chai": "^2.7.0"
},
"scripts": {
"test": "mocha -u bdd"
},
"repository": {
"type": "git",
"url": "https://github.com/quagliero/fantasee.git"
},
"keywords": [
"node",
"scrape",
"fantasy",
"football",
"fantasy",
"football",
"nfl"
],
"author": "@quagliero",
"license": "MIT",
"bugs": {
"url": "https://github.com/quagliero/fantasee/issues"
},
"homepage": "https://github.com/quagliero/fantasee"
}