-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 737 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
{
"name": "discordie",
"version": "0.11.0",
"description": "A Node.js module for interfacing with the Discord API.",
"main": "./lib/index.js",
"scripts": {
"test": "node ./tests/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/qeled/discordie.git"
},
"keywords": [
"discordapp",
"discord",
"api",
"client",
"node",
"node.js"
],
"author": "qeled",
"license": "BSD-2-Clause",
"dependencies": {
"double-ended-queue": "^0.9.7",
"ebml": "^2.1.0",
"pako": "^0.2.8",
"requireindex": "^1.1.0",
"superagent": "^1.4.0",
"tweetnacl": "^0.14.1",
"ws": "^1.1.1"
},
"engineStrict": true,
"engines": {
"node": ">=4.0.0"
}
}