UNPKG

league-wrapper

Version:

REST API Wrapper for the League of Legends API

42 lines (41 loc) 898 B
{ "name": "league-wrapper", "version": "0.7.0", "description": "REST API Wrapper for the League of Legends API", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "rest", "api", "wrapper", "league", "lol", "leagueoflegends", "riot", "riotgames" ], "author": "Leo \"PostCrafter\" Friedrichs <dev@postcrafter.de>", "license": "AGPL-3.0", "repository": { "type": "git", "url": "https://github.com/postcrafter/league-wrapper.git" }, "bugs": { "url": "https://github.com/PostCrafter/league-wrapper/issues", "email": "dev@postcrafter.de" }, "dependencies": { "node-rest-client": "^2.0.1" }, "devDependencies": { "gulp": "^3.9.1", "gulp-eslint": "^3.0.1" }, "directories": { "lib": "./lib", "doc": "./doc", "example": "./examples" } }