We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db87ad commit a658ffbCopy full SHA for a658ffb
package.json
@@ -1,15 +1,15 @@
1
{
2
- "name": "curriculumerp",
+ "name": "mean-development-guide-2021",
3
"version": "1.0.0",
4
- "description": "",
5
- "main": "server.js",
+ "description": "mean-development-guide-2021",
+ "main": "server/app.js",
6
"scripts": {
7
"start-dev": "nodemon --ignore node_modules/ -e js server/app.js",
8
"test": "mocha server/conn/s3/s3.spec.js",
9
"lint": "eslint --fix --ext .js --ignore-path .gitignore ./controllers",
10
"validate": "npm ls"
11
},
12
- "author": "LEAD School",
+ "author": "Manjesh V",
13
"license": "ISC",
14
"dependencies": {
15
"express": "^4.17.1",
0 commit comments