UNPKG

node-of-legends

Version:

A wrapper for the League of Legends API using Promises Completely updated for API v3.

49 lines (48 loc) 966 B
{ "name": "node-of-legends", "version": "2.0.2", "author": "Phil Vollhardt <phil@suds.io>", "contributors": [ { "name": "Phil Vollhardt", "email": "phil@suds.io" } ], "scripts": { "test": "node ./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/SudSupreme/node-of-legends" }, "main": "node-of-legends.js", "private": false, "keywords": [ "node-of-legends", "league of legends", "lol", "riot", "api", "node", "promises", "async", "await", "league" ], "preferGlobal": false, "dependencies": { "lodash.assign": "^4.2.0", "lodash.assignin": "^4.2.0" }, "bugs": { "url": "https://github.com/SudSupreme/node-of-legends/issues" }, "license": "MIT", "devDependencies": { "chai": "^3.4.0", "chai-as-promised": "^5.1.0", "ink-docstrap": "^0.5.2", "jsdoc": "^3.3.3", "mocha": "^2.5.3" } }