-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 988 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 988 Bytes
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": "prekara-server",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"build": "node build.js",
"start": "node index.js",
"clean": "node clean.js"
},
"repository": {
"type": "git",
"url": "git://github.com/PreKara/PreKara-Server.git"
},
"author": "mizucoffee",
"license": "MIT",
"bugs": {
"url": "https://github.com/PreKara/PreKara-Server/issues"
},
"homepage": "https://github.com/PreKara/PreKara-Server#readme",
"dependencies": {
"body-parser": "^1.18.2",
"connect-mongo": "^2.0.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"fs-extra": "^5.0.0",
"hash-file": "^3.0.0",
"mime": "^2.2.0",
"mongodb": "^3.0.4",
"mongojs": "^2.5.0",
"multer": "^1.3.0",
"simple-git": "^1.92.0",
"socket.io": "^2.1.0",
"uniqid": "^4.1.1"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.0.4",
"request": "^2.85.0"
}
}