-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "event-booking",
"version": "1.0.10",
"description": "Event Booking system built using React.js frontend, GraphQL, Node.js and Mongo DB",
"main": "index.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/barclayd/Event-Booking.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/barclayd/Event-Booking/issues"
},
"homepage": "https://github.com/barclayd/Event-Booking#readme",
"dependencies": {
"bcrypt": "^5.0.0",
"body-parser": "^1.18.3",
"chart.js": "^1.1.1",
"dataloader": "^1.4.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"express-graphql": "^0.7.1",
"graphql": "^14.1.1",
"jsonwebtoken": "^8.4.0",
"mongoose": "^5.7.5"
},
"devDependencies": {
"nodemon": "^1.18.9"
}
}