-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 856 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 856 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
{
"name": "tennis-stats",
"version": "1.0.0",
"description": "Stats webpage for [ATPWorldTour](https://www.atpworldtour.com). Currently only hosted locally.",
"main": "index.js",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server --entry ./src/js/index.js --output-filename ./dist/main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nathanesau/tennis-stats.git"
},
"author": "Nathan Esau",
"license": "MIT",
"bugs": {
"url": "https://github.com/nathanesau/tennis-stats/issues"
},
"homepage": "https://github.com/nathanesau/tennis-stats#readme",
"dependencies": {
"jquery": "^3.3.1"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.0",
"style-loader": "^0.21.0"
}
}