-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
50 lines (45 loc) · 995 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
48
49
50
{
"name" : "plugged",
"description" : "plugged is a vast API for plug.dj",
"version" : "2.6.1",
"main" : "plugged",
"author" : "Sooyou",
"homepage" : "https://github.com/SooYou/plugged/wiki",
"license" : "MIT",
"bugs" : {
"url" : "https://github.com/SooYou/plugged/issues"
},
"repository" : {
"type" : "git",
"url" : "https://github.com/SooYou/plugged.git"
},
"files" : [
"logger.js",
"plugged.js",
"query.js",
"mapper.js",
"utils.js",
"package.json",
"LICENSE",
"README.md",
"test/raw.js",
"test/test.js",
"test/README.md",
"conf/config.json"
],
"keywords" : [
"plug",
"dj",
"plug.dj",
"wrapper",
"bot",
"api"
],
"scripts": {
"test": "mocha test/test.js -t 10000"
},
"dependencies": {
"request": "~2",
"ws": "~1.1.0"
}
}