-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 1.18 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
37
38
{
"name": "kobold-librarian",
"version": "0.0.1",
"description": "An improved version of The Scribe, a PS! bot for Writing and Canalave Library.",
"license": "MIT",
"contributors": [
{
"name": "Isaac Bruce",
"email": "isaacrbruce@gmail.com"
},
{
"name": "Bär Halberkamp",
"email": "bumba@pokemonshowdown.com"
}
],
"dependencies": {
"body-parser": "^1.15.2",
"colors": "^1.1.2",
"connect": "^3.7.0",
"markdown": "^0.5.0",
"probe-image-size": "^4.0.0",
"request": "^2.88.0",
"serve-static": "^1.14.1",
"websocket": "^1.0.28"
},
"engines": {
"node": ">=7.7.0"
},
"private": true,
"bin": "./main.js",
"scripts": {
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Mystifi/Kobold-Librarian.git"
}
}