forked from plugCubed/plugAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.18 KB
/
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
51
52
53
54
55
56
57
58
59
{
"name": "plugapi",
"version": "3.3.0",
"author": "Alex Pham <[email protected]>",
"description": "Generic API for building plug.dj bots",
"contributors": [
{
"name": "Chris Vickery",
"email": "[email protected]"
},
{
"name": "ging"
},
{
"name": "Nicolas Jeker",
"email": "[email protected]"
},
{
"name": "Chris Bellew",
"email": "[email protected]"
},
{
"name": "Thomas Andresen",
"email": "[email protected]"
}
],
"main": "./bin/client.js",
"keywords": [
"plug.dj",
"plug",
"api",
"bot"
],
"dependencies": {
"chalk": "^1.0.0",
"deasync": "^0.1.0",
"eventemitter2": "^0.4.14",
"node-html-encoder": "0.0.2",
"request": "^2.56.0",
"source-map-support": "^0.3.1",
"ws": "^0.7.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-closurecompiler": "^0.9.9",
"grunt-execute": "^0.2.2"
},
"repository": {
"type": "git",
"url": "https://github.com/plugCubed/plugAPI"
},
"bugs": {
"url": "https://github.com/plugCubed/plugAPI/issues"
},
"license":"MIT",
"engines": {
"node": ">= 0.10.0"
}
}