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