forked from dotmailer/dotmailer-magento2-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 KB
/
package.json
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": "[email protected]"
},
{
"name": "Adeel Qamar",
"email": "[email protected]"
},
{
"name": "Zygimantas",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dotmailer/dotmailer-magento2-extension/issues"
},
"homepage": "https://github.com/dotmailer/dotmailer-magento2-extension#readme"
}