twitchbots-base
Version:
Generic API consumer for https://twitchbots.info. Independent of request method.
45 lines (44 loc) • 1.11 kB
JSON
{
"name": "twitchbots-base",
"version": "1.0.5",
"description": "Generic API consumer for https://twitchbots.info. Independent of request method.",
"main": "index.js",
"scripts": {
"test": "npm run lint && nyc ava",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint pagination.js index.js test/"
},
"keywords": [
"twitch",
"bot",
"api",
"irc",
"chat",
"helper"
],
"repository": {
"type": "git",
"url": "git+https://github.com/freaktechnik/twitchbots-base.git"
},
"bugs": {
"url": "https://github.com/freaktechnik/twitchbots-base/issues"
},
"engines": {
"node": ">=4.0.0"
},
"author": "Martin Giger (https://humanoids.be)",
"license": "MIT",
"homepage": "https://github.com/freaktechnik/twitchbots-base#readme",
"devDependencies": {
"ava": "^0.15.2",
"babel-eslint": "^6.1.2",
"codecov": "^1.0.1",
"eslint": "^3.1.1",
"eslint-plugin-ava": "^2.5.0",
"eslint-plugin-babel": "^3.3.0",
"nyc": "^7.0.0"
},
"dependencies": {
"underscore": "^1.8.3"
}
}