forked from miasmos/op.gg-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 946 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
41
42
43
{
"name": "op.gg-api",
"version": "2.0.0-alpha",
"description": "Parses live op.gg pages into json endpoints",
"main": "server.js",
"dependencies": {
"bluebird": "^3.4.6",
"cheerio": "^0.22.0",
"express": "^4.14.0",
"leagueapi": "^0.4.21",
"relaxed-json": "^1.0.0",
"request": "^2.75.0",
"request-promise": "^4.1.1"
},
"devDependencies": {
"frisby": "^0.8.5"
},
"scripts": {
"test": "jasmine-node tests_spec.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/stephenpoole/op.gg-api.git"
},
"keywords": [
"op.gg",
"league",
"of",
"legends",
"api",
"op",
"gg",
"opgg",
"summoner"
],
"author": "Stephen Poole",
"license": "MIT",
"bugs": {
"url": "https://github.com/stephenpoole/op.gg-api/issues"
},
"homepage": "https://github.com/stephenpoole/op.gg-api#readme"
}