package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "_from": "git+http://git.makemoneyorganization.com/si/dockerize-project.git",
  3. "_id": "dockerize-project@2.2.0",
  4. "_inBundle": false,
  5. "_integrity": "",
  6. "_location": "/dockerize-project",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "git",
  10. "raw": "dockerize-project@git+http://git.makemoneyorganization.com/si/dockerize-project.git",
  11. "name": "dockerize-project",
  12. "escapedName": "dockerize-project",
  13. "rawSpec": "git+http://git.makemoneyorganization.com/si/dockerize-project.git",
  14. "saveSpec": "git+http://git.makemoneyorganization.com/si/dockerize-project.git",
  15. "fetchSpec": "http://git.makemoneyorganization.com/si/dockerize-project.git",
  16. "gitCommittish": "v2.2.0"
  17. },
  18. "_requiredBy": [
  19. "#DEV:/"
  20. ],
  21. "_resolved": "git+http://git.makemoneyorganization.com/si/dockerize-project.git",
  22. "_spec": "dockerize-project@git+http://git.makemoneyorganization.com/si/dockerize-project.git",
  23. "_where": "/home/mdomenici/Progetti/bc",
  24. "author": {
  25. "name": "MirkoDomenici"
  26. },
  27. "bin": {
  28. "dockerize-project": "bin/cmd.js"
  29. },
  30. "bundleDependencies": false,
  31. "dependencies": {
  32. "colors": "^1.4.0",
  33. "commander": "^11.0.0",
  34. "docker-compose": "^0.24.2"
  35. },
  36. "deprecated": false,
  37. "description": "",
  38. "license": "ISC",
  39. "main": "bin/docker.js",
  40. "name": "dockerize-project",
  41. "repository": {
  42. "type": "git",
  43. "url": "http://git.dev.makemoneyorganization.com/si/dockerize-project.git"
  44. },
  45. "version": "2.2.0"
  46. }