-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
36 lines (36 loc) · 1.04 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
{
"name": "professor-willow",
"version": "1.0.0",
"description": "Professor Willow Discord bot for Pokemon Go",
"main": "index.js",
"dependencies": {
"PgP-Data": "github:Googer/PgP-Data",
"discord.js": "github:hydrabolt/discord.js",
"discord.js-commando": "github:Googer/discord.js-commando",
"he": "^1.1.1",
"jimp": "^0.2.28",
"loglevel": "^1.5.1",
"loglevel-prefix-persist": "^1.0.3",
"lunr": "^2.1.4",
"moment": "^2.19.1",
"node-cleanup": "^2.1.2",
"node-persist": "^2.1.0",
"rethinkdb": "^2.3.3",
"tesseract.js": "github:Googer/tesseract.js",
"uuid": "^3.1.0",
"uws": "^8.14.1",
"zlib-sync": "^0.1.3"
},
"devDependencies": {},
"scripts": {
"start": "node index.js",
"debug": "node %NODE_DEBUG_OPTION% index.js"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/cvaccarello/professor-willow.git"
},
"author": "Chris Vaccarello",
"license": "GPLv3",
"homepage": "https://bitbucket.org/cvaccarello/professor-willow#readme"
}