Skip to content

Commit bddb268

Browse files
authored
Add files via upload
1 parent 332c577 commit bddb268

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "noderestfulapi",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "create restful api using swagger, mongoose and joi validation",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"start": "node server.js"
99
},
10-
"author": "",
10+
"author": "Rahul Prajapati",
1111
"license": "ISC",
1212
"dependencies": {
1313
"bcrypt": "^5.0.1",

0 commit comments

Comments
 (0)