UNPKG

lol-api-client

Version:

A Node client for interfacing with the League of Legends API

37 lines (36 loc) 770 B
{ "name": "lol-api-client", "version": "0.3.2", "description": "A Node client for interfacing with the League of Legends API", "main": "lol-api-client.js", "repository": { "type": "git", "url": "https://github.com/kpollich/lol-api-client.git" }, "bugs": { "url": "https://github.com/kpollich/lol-api-client/issues", "email": "kpollich1@gmail.com.com" }, "scripts": { "test": "standard && nodeunit tests/" }, "keywords": [ "League", "of", "Legends", "lol", "Riot", "Games" ], "author": "Kyle Pollich", "license": "MIT", "dependencies": { "dotenv": "2.0.0", "nodeunit": "0.9.1", "request": "^2.69.0", "require-all": "2.0.0" }, "devDependencies": { "standard": "6.0.8" } }