Skip to content

Instantly share code, notes, and snippets.

@bbachi
Created April 22, 2021 03:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbachi/cd6d805df489a724deb0180c4dcf382d to your computer and use it in GitHub Desktop.
Save bbachi/cd6d805df489a724deb0180c4dcf382d to your computer and use it in GitHub Desktop.
server
{
"name": "angular-nodejs-example",
"version": "1.0.0",
"description": "node server",
"main": "index.js",
"scripts": {
"start": "node server.js",
"build": "webpack",
"dev": "nodemon ./server.js localhost 3080",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bbachi/angular-nodejs-example.git"
},
"author": "Bhargav Bachina",
"license": "ISC",
"bugs": {
"url": "https://github.com/bbachi/angular-nodejs-example/issues"
},
"homepage": "https://github.com/bbachi/angular-nodejs-example#readme",
"dependencies": {
"express": "^4.17.1"
},
"devDependencies": {
"del": "^5.1.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-zip": "^5.0.1",
"nodemon": "^2.0.2",
"webpack": "^4.42.1",
"webpack-cli": "^4.6.0",
"webpack-stream": "^5.2.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment