-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.03 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
39
40
41
42
{
"name": "coolcoders",
"version": "1.0.0",
"description": "impact project",
"main": "server.js",
"scripts": {
"start": "nodemon server",
"server": "cd client && npm start",
"dev": "concurrently --kill-others \"nodemon server\" \"npm run server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/tahaygun/Coolcoders.git"
},
"keywords": [
"restart",
"coin"
],
"author": "CoolCoders",
"license": "MIT",
"bugs": {
"url": "https://github.com/tahaygun/Coolcoders/issues"
},
"homepage": "https://github.com/tahaygun/Coolcoders#readme",
"dependencies": {
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.1",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-validator": "^5.1.2",
"fs": "0.0.1-security",
"mime-types": "^2.1.18",
"mongoose": "^5.1.2",
"mongoose-auto-increment": "^5.0.1",
"multer": "^1.3.0",
"react-responsive-modal": "^3.0.2"
},
"devDependencies": {
"concurrently": "^3.5.1"
}
}