package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "ng2-bootstrap-modal@1.0.1",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "ng2-bootstrap-modal@1.0.1",
  9. "_id": "ng2-bootstrap-modal@1.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-8xZvymP9Ozrqyym41eO4cqtqseQ=",
  12. "_location": "/ng2-bootstrap-modal",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ng2-bootstrap-modal@1.0.1",
  18. "name": "ng2-bootstrap-modal",
  19. "escapedName": "ng2-bootstrap-modal",
  20. "rawSpec": "1.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.1"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ng2-bootstrap-modal/-/ng2-bootstrap-modal-1.0.1.tgz",
  28. "_spec": "1.0.1",
  29. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  30. "author": {
  31. "name": "Alexandr Vovchuk",
  32. "email": "a.vovchuk@gmail.com",
  33. "url": "bikalay"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ankosoftware/ng2-bootstrap-modal/issues"
  37. },
  38. "dependencies": {},
  39. "description": "It is a library to make managment of bootstrap modal dialogs easier in Angular2",
  40. "devDependencies": {
  41. "@angular/common": "^2.4.9",
  42. "@angular/compiler": "^2.4.9",
  43. "@angular/compiler-cli": "^2.4.9",
  44. "@angular/core": "^2.4.9",
  45. "@angular/platform-browser": "^2.4.9",
  46. "@angular/platform-server": "^2.4.9",
  47. "rxjs": "^5.0.3",
  48. "typescript": "^2.2.1",
  49. "zone.js": "^0.7.6"
  50. },
  51. "homepage": "https://github.com/ankosoftware/ng2-bootstrap-modal#readme",
  52. "keywords": [
  53. "angular2",
  54. "bootstrap",
  55. "dialog",
  56. "modal"
  57. ],
  58. "license": "MIT",
  59. "main": "index.js",
  60. "name": "ng2-bootstrap-modal",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/ankosoftware/ng2-bootstrap-modal.git"
  64. },
  65. "scripts": {
  66. "build": "rm -rf dist && ngc",
  67. "win-build": "(if exist rd /s /q dist) && ngc"
  68. },
  69. "version": "1.0.1"
  70. }