falln-away
Version:
Twitch API Wrapper & Authorizer - all in one package, and handled for you!
35 lines (34 loc) • 787 B
JSON
{
"name": "falln-away",
"version": "1.0.5",
"description": "Twitch API Wrapper & Authorizer - all in one package, and handled for you!",
"main": "src/index.js",
"scripts": {
"test": "node index"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lewdcario/Falln-Away.git"
},
"author": "Lewdcario",
"license": "MIT",
"bugs": {
"url": "https://github.com/Lewdcario/Falln-Away/issues"
},
"keywords": [
"twitch",
"twitch api",
"twitch-bot",
"twitch-irc",
"twitchbot",
"oauth2",
"oauth",
"oauth2-provider"
],
"homepage": "https://github.com/Lewdcario/Falln-Away#readme",
"dependencies": {
"axios": "^0.17.1",
"express": "^4.16.2",
"ws": "^4.0.0"
}
}