-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 951 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
{
"name": "mern-crud",
"version": "0.1.0",
"description": "A simple records system using MongoDB, Express.js, React.js, and Node.js with real-time CRUD operations using Socket.io",
"main": "server.js",
"scripts": {
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cefjoeii/mern-crud.git"
},
"keywords": [],
"author": "Ceferino Jose II",
"license": "MIT",
"bugs": {
"url": "https://github.com/cefjoeii/mern-crud/issues"
},
"homepage": "https://github.com/cefjoeii/mern-crud#readme",
"dependencies": {
"body-parser": "1.17.2",
"cors": "2.8.4",
"express": "4.15.3",
"express-rate-limit": "2.9.0",
"horsey": "^4.2.2",
"mongoose": "4.10.8",
"mongoose-unique-validator": "1.0.5",
"mongoose-validator": "1.3.2",
"socket.io": "2.0.3",
"string-capitalize-name": "1.0.3"
}
}