blizzard-casc
Version:
Utility for interacting with the CASC CDN servers used to distribute Blizzard Entertainment game content.
44 lines (43 loc) • 976 B
JSON
{
"name": "blizzard-casc",
"version": "1.0.5",
"description": "Utility for interacting with the CASC CDN servers used to distribute Blizzard Entertainment game content.",
"main": "blizzard-casc.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kruithne/node-blizzard-casc.git"
},
"keywords": [
"blizzard",
"casc",
"cdn",
"game",
"world",
"warcraft",
"starcraft",
"diablo",
"hearthstone",
"heroes",
"storm",
"destiny",
"battle",
"net",
"bnet"
],
"author": "Kruithne <kruithne@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kruithne/node-blizzard-casc/issues"
},
"homepage": "https://github.com/Kruithne/node-blizzard-casc#readme",
"dependencies": {
"bufo": "^1.0.5",
"bytey": "^1.0.3",
"node-blte": "^1.2.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
}
}