This repository has been archived by the owner on Dec 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.84 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
{
"name": "league-tooltips",
"version": "2.0.6",
"description": "League of Legends tooltip for champions, items ... (express middleware).",
"main": "index.js",
"scripts": {
"build": "gulp",
"test": "echo \"Error: no test specified\" && exit 1",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/league-of-legends-devs/league-tooltips.git"
},
"keywords": [
"league",
"of",
"legends",
"lol",
"tool",
"tip",
"tooltip",
"description",
"champion",
"item",
"hover",
"over"
],
"author": "Ilshidur <ilshidur@gmail.com> (https://www.nicolas-coutin.fr)",
"license": "MIT",
"bugs": {
"url": "https://github.com/league-of-legends-devs/league-tooltips/issues"
},
"homepage": "https://github.com/league-of-legends-devs/league-tooltips#readme",
"dependencies": {
"babel-polyfill": "6.26.0",
"debug": "3.1.0",
"express": "4.16.2",
"kindred-api": "^2.0.83",
"lodash": "4.17.5",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"babel": "6.23.0",
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.1",
"babel-loader": "7.1.2",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"copy-webpack-plugin": "4.3.1",
"del": "3.0.0",
"eslint": "4.15.0",
"eslint-config-airbnb": "16.1.0",
"eslint-formatter-pretty": "1.3.0",
"eslint-plugin-babel": "4.1.2",
"eslint-plugin-import": "2.8.0",
"gulp": "3.9.1",
"gulp-babel": "7.0.0",
"gulp-eslint": "4.0.1",
"gulp-notify": "3.1.0",
"gulp-plumber": "1.2.0",
"gulp-sourcemaps": "2.6.3",
"run-sequence": "2.2.1",
"snyk": "^1.60.0",
"webpack-stream": "4.0.0"
},
"snyk": true
}