-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "bolognajs-meetup-attendance",
"version": "1.1.0",
"description": "bolognajs-meetup-attendance",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/innocentiv/bolognajs-meetup-attendance.git"
},
"keywords": [
"meetup"
],
"author": "Valerio Innocenti Sedili ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/innocentiv/bolognajs-meetup-attendance/issues"
},
"homepage": "https://github.com/innocentiv/bolognajs-meetup-attendance#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^4.17.0",
"express-validator": "^5.3.1",
"mongodb": "^3.2.5",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0"
}
}