-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 841 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 841 Bytes
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
{
"name": "cmbot",
"description": "A full featured bot for turntable.fm",
"version": "0.9.13",
"keywords": [
"turntable.fm",
"turntable",
"stickybits"
],
"repository": {
"type": "git",
"url": "git://github.com/atomjack/cmbot.git"
},
"author": "Chris Bellew <atomjack@gmail.com>",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"engines": {
"node": "*"
},
"dependencies": {
"crypto": ">= 0.0.3",
"dateformat": "*",
"http-get": "*",
"jsdom": "*",
"node-url-shortener": "^1.1.11",
"ntwitter": "*",
"path": "*",
"querystring": ">= 0.1.0",
"simple-lastfm": "^1.0.6",
"sprintf": "*",
"ttapi": "^4.0.1",
"xml2js": ">= 0.1.13"
},
"devDependencies": {},
"optionalDependencies": {
"mysql": ">= 2.0.0",
"sqlite3": "*"
}
}