forked from pokemontrades/porygon-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 911 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
{
"name": "porygon-bot",
"license": "Apache-2.0",
"version": "0.6.0",
"description": "An irc bot for /r/pokemontrades moderators",
"scripts": {
"start": "node bot.js",
"pretest": "eslint .",
"test": "mocha test/**/*"
},
"author": "Raia",
"contributors": [
{
"name": "Alistair McKinlay"
},
{
"name": "SnowPhoenix"
},
{
"name": "not_an_aardvark"
}
],
"dependencies": {
"bluebird": "^3.3.4",
"irc": "~0.3.0",
"lodash": "^4.6.1",
"minimist": "^1.2.0",
"moment": "^2.10.6",
"node-cache": "^3.0.0",
"promise-mysql": "^1.2.0",
"request-promise": "^3.0.0",
"snoowrap": "^1.8.1"
},
"repository": "https://github.com/pokemontrades/porygon-bot",
"bugs": "https://github.com/pokemontrades/porygon-bot/issues",
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^2.5.3",
"mocha": "^2.4.5"
}
}