-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 967 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": "node-lamobot",
"version": "0.5.2",
"description": "Bot made to make feeding llamas easier with Hitbox.",
"main": "index.js",
"scripts": {
"test": "standard && mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Py64/node-lamobot.git"
},
"keywords": [
"lamobot",
"lamy",
"llamabot",
"llama",
"panda",
"sianko",
"hay",
"hitbox",
"bot"
],
"author": "Py64",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Py64/node-lamobot/issues"
},
"homepage": "https://github.com/Py64/node-lamobot#readme",
"devDependencies": {
"mocha": "^3.2.0",
"standard": "^8.6.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"express": "^4.14.0",
"node-logger": "git+https://github.com/Py64/node-logger.git",
"request": "^2.79.0",
"tmi.js": "^1.1.2",
"ws": "^1.1.1"
},
"standard": {
"ignore": [
"test/*"
]
}
}