-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 970 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
{
"name": "bodjo-main",
"version": "1.0.0",
"description": "Main server of bodjo.net, which serves users, pages, game servers.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dkaraush/bodjo-main.git"
},
"keywords": [
"bodjo",
"nodejs",
"rest",
"api",
"http"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/dkaraush/bodjo-main/issues"
},
"homepage": "https://github.com/dkaraush/bodjo-main#readme",
"devDependencies": {
"bcrypt": "^3.0.6",
"canvas": "^2.5.0",
"colors": "^1.3.3",
"fs": "0.0.1-security",
"http": "0.0.0",
"multiparty": "^4.2.1",
"mysql": "^2.17.1",
"net": "^1.0.2",
"query-string": "^6.8.1",
"seedrandom": "^3.0.1"
},
"dependencies": {
"child_process": "^1.0.2",
"https": "^1.0.0"
}
}