UNPKG

1.04 kBJSONView Raw
1{
2 "name": "riot-lol-api",
3 "version": "4.2.3",
4 "description": "Small helper to handle Riot API rate limiting and server errors",
5 "main": "lib/index.js",
6 "scripts": {
7 "test": "NODE_ENV=test mocha --recursive -t 500 test/ --reporter ${MOCHA_REPORTER:-spec}",
8 "lint": "jshint lib/ test/",
9 "style": "jscs ."
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/Neamar/riot-lol-api.git"
14 },
15 "author": "Neamar",
16 "license": "MIT",
17 "bugs": {
18 "url": "https://github.com/Neamar/riot-lol-api/issues"
19 },
20 "homepage": "https://github.com/Neamar/riot-lol-api#readme",
21 "dependencies": {
22 "agentkeepalive": "^3.2.0",
23 "async": "^2.1.2",
24 "debug": "^3.0.0",
25 "rarity": "^2.1.1",
26 "request": "^2.73.0",
27 "superagent": "^3.3.1"
28 },
29 "devDependencies": {
30 "jscs": "^3.0.7",
31 "jshint": "^2.9.1",
32 "mocha": "^3.1.2",
33 "mocha-junit-reporter": "^1.12.1",
34 "nock": "^7.2.2",
35 "sinon": "^3.0.0",
36 "supertest": "^2.0.1"
37 },
38 "engines": {
39 "node": ">=4.0.0"
40 }
41}