-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
47 lines (47 loc) · 940 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "boombot",
"description": "chat and DJ bot for turntable.fm",
"version": "2.2.6",
"keywords": [
"turntablefm",
"turntable",
"bot",
"boombot"
],
"main": "bin/boombot.js",
"bin": {"boombot":"./bin/boombot"},
"directories": {
"lib": "lib",
"test": "test",
"bin" : "bin",
"models" : "models",
"scripts" : "scripts"
},
"scripts": {
"start": "node bin/boombot",
"test": "tap test/index.js"
},
"dependencies": {
"ttapi" : ">= 3.1.x",
"ntwitter" : "*",
"scribble" : ">= 0.0.4"
},
"devDependencies": {
"tap": "*"
},
"license": "MIT",
"engines": {
"node": ">=0.6.0"
},
"author": "TerrordactylDesigns <Mbelardo1@gmail.com>",
"contributors": [
{
"name": "Michael Belardo",
"email": "Mbelardo1@gmail.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/TerrordactylDesigns/boombot.git"
}
}