-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.17 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.17 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@tony3898/nodejs-todo",
"version": "1.0.0",
"description": "nodejs-todo",
"main": "server.js",
"author": "Tejas Rana <contact@tejasrana.in> (https://tejasrana.in/)",
"license": "MIT",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/Tony3898/nodejs-todo.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"files": [
"package.json",
"README.md",
"LICENSE",
"server.js"
],
"bugs": {
"url": "https://github.com/Tony3898/nodejs-todo/issues"
},
"homepage": "https://github.com/Tony3898/nodejs-todo",
"keywords": [
"nodejs-todo",
"mongo",
"passport",
"todo"
],
"dependencies": {
"chalk": "^4.1.0",
"js-yaml": "^3.14.0",
"mongodb": "^3.6.2",
"slug": "^3.3.4",
"uuid": "^8.3.0",
"axios": "^0.20.0",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-flash": "^0.0.2",
"express-session": "^1.17.1",
"hbs": "^4.1.1",
"morgan": "^1.10.0",
"passport": "^0.4.1",
"bluebird": "^3.7.2",
"passport-local": "^1.0.0"
}
}