forked from Malikari/gatheringstats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.55 KB
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
55
56
57
58
59
60
61
62
63
64
{
"name": "Gathering_Stats",
"version": "2.0.0",
"description": "Site that shows MTG Pro Tour stats",
"author": {
"name": "Andrey Goder",
"email": "andy.goder@gmail.com"
},
"contributors": [
{
"name": "Florian Koch"
},
{
"name": "Milan Matull",
"email": "mtgmagicalhack@gmail.com"
},
{
"name": "Matt Thomason"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Malikari/gatheringstats"
},
"scripts": {
"deploy": "grunt prod && gh-pages -d build"
},
"devDependencies": {
"ava": "^0.15.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"deepcopy": "^0.6.1",
"eslint-plugin-react": "^5.1.1",
"gh-pages": "^2.0.1",
"grunt": "^1.0.4",
"grunt-ava": "^0.19.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-eslint": "^19.0.0",
"grunt-githooks": "^0.6.0",
"grunt-jsonlint": "^1.0.7",
"grunt-sass": "^2.0.0",
"grunt-shell": "^1.1.1",
"load-grunt-config": "^0.19.2",
"prettier": "1.11.1",
"unidecode": "^0.1.8"
},
"dependencies": {
"accounting": "^0.4.1",
"history": "^3.0.0",
"react": "^15.6.2",
"react-document-title": "^2.0.3",
"react-dom": "^15.6.2",
"react-router": "^2.6.0",
"react-router-scroll": "^0.4.4",
"underscore": "^1.9.1"
}
}