twitch.tv-api
Version:
easy node interaction with the twitch api, with promises
30 lines (29 loc) • 708 B
JSON
{
"name": "twitch.tv-api",
"version": "1.2.4",
"description": "easy node interaction with the twitch api, with promises",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"twitch",
"api",
"twitch.tv"
],
"author": "idietmoran <idietmoran@gmail.com> (http://idietmoran.com)",
"contributors": [
"andyklimczak <andyklimczak@fastmail.com> (http://andyklimczak.io/)"
],
"repository": "idietmoran/twitch-api",
"license": "MIT",
"dependencies": {
"bluebird": "^3.5.0"
},
"devDependencies": {
"chai": "^4.1.0",
"dotenv": "^4.0.0",
"mocha": "^3.4.2",
"nock": "^9.0.13"
}
}