lol-js
Version:
Node.js bindings for the Riot API, with caching and rate limiting
53 lines (52 loc) • 1.21 kB
JSON
{
"name": "lol-js",
"description": "Node.js bindings for the Riot API, with caching and rate limiting",
"keywords": [
"Riot",
"Riot Games",
"Riot API",
"League of Legends",
"LoL"
],
"version": "2.0.2",
"author": "Jason Walton <dev@lucid.thedreaming.org> (https://github.com/jwalton)",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/jwalton/lol-js/master/LICENSE"
}
],
"scripts": {
"prepublish": "coffee -c -o lib src && npm run test",
"test": "mocha && istanbul report text-summary lcov"
},
"main": "./lib/lol.js",
"directories": {
"lib": "./lib"
},
"repository": {
"type": "git",
"url": "https://github.com/jwalton/lol-js"
},
"dependencies": {
"es6-promise": "^3.0.2",
"limiter": "^1.0.5",
"lodash": "^3.10.1",
"lru-cache": "^4.0.0",
"promise-breaker": "^3.0.0",
"promise-tools": "^1.0.1",
"redis": "^2.4.2",
"request": "^2.69.0"
},
"devDependencies": {
"chai": "^3.4.1",
"coffee-coverage": "^1.0.1",
"coffee-script": "^1.8.0",
"coveralls": "^2.11.2",
"istanbul": "^0.4.1",
"mocha": "^2.1.0"
},
"engines": {
"node": ">=0.10.1"
}
}