This repository has been archived by the owner on Nov 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.14 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "feeder.lol-item-sets-generator.org",
"private": true,
"version": "1.9.5",
"description": "",
"scripts": {
"build": "gulp",
"lint": "gulp lint",
"start": "node dist/app.js",
"worker": "node dist/worker.js",
"generator": "node dist/scripts/generate.js",
"test": "snyk test",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/league-of-legends-devs/feeder.lol-item-sets-generator.org.git"
},
"author": "Ilshidur <[email protected]> (https://www.nicolas-coutin.fr)",
"license": "MIT",
"engines": {
"node": ">=7.9.0"
},
"bugs": {
"url": "https://github.com/league-of-legends-devs/feeder.lol-item-sets-generator.org/issues"
},
"homepage": "https://github.com/league-of-legends-devs/feeder.lol-item-sets-generator.org#readme",
"dependencies": {
"@solomid/node-gg": "^3.0.1",
"axios": "^0.18.0",
"canvas": "^1.6.11",
"cron": "^1.4.1",
"delete": "^1.1.0",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-statsd": "^0.3.0",
"fs-extra": "^7.0.0",
"helmet": "^3.13.0",
"kayn": "^0.8.17",
"kue": "0.11.6",
"league-sprites": "1.0.3",
"league-tooltips": "2.0.6",
"lodash": "^4.17.10",
"lynx": "^0.2.0",
"make-promises-safe": "^1.1.0",
"mongoose": "^5.2.10",
"semver-compare": "^1.0.0",
"snyk": "^1.163.3",
"x-ray": "2.3.3",
"x-ray-phantom": "1.0.1",
"zip-folder": "^1.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"del": "^3.0.0",
"eslint": "^5.4.0",
"eslint-config-airbnb": "17.1.0",
"eslint-formatter-pretty": "^1.3.0",
"eslint-plugin-import": "^2.14.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-eslint": "^5.0.0",
"run-sequence": "^2.2.1"
},
"snyk": true
}