DevJourney

NodeJS/package.json

{
  "name": "nodejs",
  "version": "1.0.0",
  "main": "firstProgram.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "http": "^0.0.1-security"
  }
}
View on GitHub