You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
662 B
30 lines
662 B
{
|
|
"name": "TwitchBot",
|
|
"version": "0.3.9",
|
|
"description": "A TwitchTV viewer reward system",
|
|
"main": "./users/example.js",
|
|
"dependencies": {
|
|
"express": "~4.2.0",
|
|
"jade": "^1.1.5",
|
|
"mysql": "^2.0.0-alpha5"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "./users/example.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/binaryatrocity/TwitchBot.git"
|
|
},
|
|
"keywords": [
|
|
"twitch",
|
|
"IRC",
|
|
"bot"
|
|
],
|
|
"author": "binaryatrocity",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/binaryatrocity/TwitchBot/issues"
|
|
},
|
|
"homepage": "https://github.com/binaryatrocity/TwitchBot"
|
|
}
|