-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
40 lines (40 loc) · 861 Bytes
/
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
{
"name": "teemojs",
"version": "1.11.0",
"description": "A Fast & Lightweight Riot API Wrapper",
"main": "index.js",
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MingweiSamuel/TeemoJS.git"
},
"keywords": [
"riot",
"games",
"riot games",
"api",
"league",
"legends",
"league of legends",
"wrapper",
"teemo",
"kindred"
],
"author": "Mingwei Samuel",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/MingweiSamuel/TeemoJS/issues"
},
"homepage": "https://github.com/MingweiSamuel/TeemoJS#readme",
"dependencies": {
"request": "^2.81.0",
"request-promise-native": "^1.0.4"
},
"devDependencies": {
"bluebird": "^3.5.0",
"jsdom": "^21.0.0",
"mocha": "^10.2.0"
}
}