package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "dotmailer-magento2-extension",
  3. "version": "2.2.0",
  4. "description": "dotmailer integration for Magento v2",
  5. "main": "index.js",
  6. "dependencies": {},
  7. "devDependencies": {
  8. "eslint": "^3.19.0",
  9. "eslint-plugin-node": "^4.2.2",
  10. "eslint-plugin-import": "^2.2.0"
  11. },
  12. "scripts": {
  13. "lint": "./node_modules/.bin/eslint -c ./dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc ./**/*.js"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://github.com/dotmailer/dotmailer-magento2-extension.git"
  18. },
  19. "keywords": [
  20. "dotmailer",
  21. "email",
  22. "marketing",
  23. "magento",
  24. "connector",
  25. "integration"
  26. ],
  27. "authors": [
  28. {
  29. "name": "Calin Diacon",
  30. "email": "calin.diacon@dotmailer.com"
  31. },
  32. {
  33. "name": "Adeel Qamar",
  34. "email": "adeel.qamar@dotmailer.com"
  35. },
  36. {
  37. "name": "Zygimantas",
  38. "email": "zygimantas.simkus@dotmailer.com"
  39. }
  40. ],
  41. "license": "MIT",
  42. "bugs": {
  43. "url": "https://github.com/dotmailer/dotmailer-magento2-extension/issues"
  44. },
  45. "homepage": "https://github.com/dotmailer/dotmailer-magento2-extension#readme"
  46. }