forked from AgustinSRG/Pokemon-Showdown-Node-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.42 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.42 KB
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
60
61
62
{
"name": "pokemon-showdown-node-bot",
"version": "0.1.2",
"author": {
"name": "Ecuacion",
"email": "alajandro5gt01@gmail.com",
"url": "https://github.com/Ecuacion"
},
"scripts": {
"start": "node index.js",
"test": "gulp && node index.js -test -config ./config-example.js -data ./test-data/"
},
"contributors": [
{
"name": "Irraquated",
"url": "https://irraquated.github.io"
},
{
"name": "panpawn",
"url": "https://github.com/panpawn"
},
{
"name": "Spudling",
"url": "https://github.com/Spudling"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot"
},
"bugs": {
"url": "https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot/issues"
},
"main": "index",
"bin": "./index.js",
"engines": {
"node": ">=0.10.0"
},
"private": true,
"license": "MIT",
"dependencies": {
"sugar": "1.4.1",
"colors": "1.0.3",
"node-ps-client": "0.2.1"
},
"devDependencies": {
"cache-swap": "~0.2.0",
"gulp": "~3.9.0",
"gulp-cache": "~0.3.0",
"gulp-jshint": "~1.11.2",
"gulp-jscs": "~2.0.0",
"gulp-replace": "~0.5.1",
"jshint-stylish": "~2.0.0",
"lazypipe": "~1.0.1",
"merge-stream": "~1.0.0"
},
"optionalDependencies": {
"githubhook": "^1.1.3"
},
"description": "Pokemon Showdown Bot",
"homepage": "https://github.com/Ecuacion/Pokemon-Showdown-Node-Bot"
}