-
Notifications
You must be signed in to change notification settings - Fork 38
/
package.json
36 lines (36 loc) · 983 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
{
"name": "fantasyplus",
"version": "3.3.8",
"description": "Adds extra data and information (projections, stats, depth charts, etc.) to fantasy football sites (ESPN, Yahoo, and FleaFlicker).",
"main": "gulpfile.js",
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"clean": "^4.0.2",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-babel-minify": "^0.4.3",
"gulp-clean": "^0.4.0",
"gulp-postcss": "^7.0.1",
"gulp-uglify": "^3.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-csso": "^3.0.0",
"pump": "^3.0.0",
"requirejs": "^2.3.5",
"uglify": "^0.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flipperbw/FantasyPlus.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flipperbw/FantasyPlus/issues"
},
"homepage": "https://github.com/flipperbw/FantasyPlus#readme"
}