-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.18 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
{
"name": "csgo-data",
"version": "1.0.0",
"description": "CSGO Data",
"main": "\"\"",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"grunt": "grunt",
"add": "node scripts/addteam.js",
"todo": "node scripts/missing.js",
"build": "node scripts/logos.js && grunt && node scripts/teams.js && node scripts/allteams.js || true"
},
"repository": {
"type": "git",
"url": "https://[email protected]/kokarn/csgo-teams.git"
},
"engines": {
"node": "0.12.x"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/kokarn/csgo-data/issues"
},
"homepage": "http://csgo-data.com",
"devDependencies": {
"adm-zip": "^0.4.7",
"archiver": "^1.0.0",
"chalk": "^1.1.3",
"cheerio": "^0.20.0",
"compressjs": "^1.0.2",
"file-type": "^3.8.0",
"fs-extra": "^0.30.0",
"grunt": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-jimp": "kokarn/grunt-jimp",
"grunt-newer": "^1.1.0",
"image-size": "^0.5.0",
"jimp": "^0.2.24",
"jsonfile": "^2.0.0",
"normalize-for-search": "^2.0.1",
"progress": "^1.1.8",
"readline-sync": "^1.2.14",
"request": "^2.53.0"
}
}