Skip to content

Commit

Permalink
auth completed
Browse files Browse the repository at this point in the history
Signed-off-by: Ritesh Singh <[email protected]>
  • Loading branch information
riteshsingh1 committed Mar 23, 2019
1 parent 658d0e5 commit 43f96c2
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "mern",
"version": "0.1.0",
"description": "Mern Starter",
"main": "index.js",
"scripts": {
"server": "cd backend && npm run start",
"server-install": "cd backend && npm install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mern-stack/mern.git"
},
"keywords": [
"mern",
"starter"
],
"author": "Ritesh Singh",
"license": "MIT",
"bugs": {
"url": "https://github.com/mern-stack/mern/issues"
},
"homepage": "https://github.com/mern-stack/mern#readme",
"dependencies": {
"concurrently": "^4.1.0"
}
}
Empty file added readme.md
Empty file.

0 comments on commit 43f96c2

Please sign in to comment.