UNPKG

battle

Version:

node-battle is a client for Blizzard's World of Warcraft Community Web API

41 lines (40 loc) 853 B
{ "name": "battle", "version": "0.0.8", "description": "node-battle is a client for Blizzard's World of Warcraft Community Web API", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha -R spec -t 10000 -s 400 --colors --check-leaks test/*.test.js" }, "repository": { "type": "git", "url": "https://github.com/matomesc/battle" }, "keywords": [ "world", "of", "warcraft", "battle.net", "wow", "world", "warcraft", "battle", "blizzard", "client", "api", "json" ], "author": "Mihai Tomescu", "license": "ISC", "bugs": { "url": "https://github.com/matomesc/battle/issues" }, "homepage": "https://github.com/matomesc/battle", "dependencies": { "chai": "^1.9.2", "request": "^2.40.0" }, "devDependencies": { "mocha": "^2.0.1" } }