This repository has been archived by the owner on Feb 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
42
43
44
45
46
47
48
49
50
{
"name": "footballcoachingtrees",
"version": "1.0.0",
"description": "Visualization with Information about NFL and College Football Coaching Trees",
"main": "index.js",
"scripts": {
"test": "test",
"gulp": "gulp",
"sonar": "gulp sonar",
"lint": "eslint .",
"dev": "gulp dev"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KnechtionsCoding/FootballCoachingTrees.git"
},
"keywords": [
"football",
"nfl",
"cfb",
"coaching"
],
"author": "Hans Knecht <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/KnechtionsCoding/FootballCoachingTrees/issues"
},
"cicd-server": {
"type": "travis",
"url": "https://travis-ci.org/KnechtionsCoding/FootballCoachingTrees"
},
"static-analysis": {
"type": "sonar",
"url": "https://sonarcloud.io/dashboard?id=football-coaching-tree"
},
"homepage": "https://github.com/KnechtionsCoding/FootballCoachingTrees#readme",
"dependencies": {
"bootstrap": "4.1.1",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1"
},
"devDependencies": {
"browser-sync": "^2.24.6",
"eslint": "^5.4.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"gulp": "^3.9.1",
"sonarqube-scanner": "^2.1.0"
}
}