-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (54 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
51
52
53
54
{
"name": "replay-table",
"version": "1.0.6",
"description": "Visualize sport seasons with interactive standings",
"keywords": [
"visualization",
"sport",
"season",
"standings",
"replay",
"table",
"d3"
],
"homepage": "https://antoniokov.com/replay",
"bugs": "https://github.com/antoniokov/replay-table/issues",
"license": "MIT",
"author": {
"name": "Anton Iokov",
"url": "https://github.com/antoniokov"
},
"contributors": [
{
"name": "Anton Iokov",
"url": "https://github.com/antoniokov"
},
{
"name": "Daria Krupenkina",
"url": "https://github.com/dariak"
}
],
"main": "dist/replay-table.js",
"unpkg": "dist/replay-table.min.js",
"module": "src/replay-table.js",
"repository": {
"type": "git",
"url": "https://github.com/antoniokov/replay-table"
},
"scripts": {
"build": "webpack -p",
"start": "webpack-dev-server --port 8003"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.28.0",
"style-loader": "^0.16.0",
"unminified-webpack-plugin": "^1.2.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2"
}
}