irelia
Version:
Node.js League of Legends API Wrapper
23 lines (22 loc) • 537 B
JSON
{
"author": "Alejandro Perezpayá",
"name": "irelia",
"description": "Node.js League of Legends API Wrapper",
"keywords": ["wrapper", "League of Legends", "api", "riot", "irelia", "async", "lol", "node-lol", "league", "of", "legends"],
"version": "0.2.5",
"repository": {
"url": "https://github.com/alexperezpaya/irelia"
},
"main": "./lib/main.js",
"dependencies": {
"request": "*",
"colors": "*",
"async": "*"
},
"engines": {
"node": "0.10"
},
"scripts": {
"test": "node test.js"
}
}