forked from vuestorefront/mage2vuestorefront
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 958 Bytes
/
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
{
"name": "mage2vuestorefront",
"private": true,
"version": "1.7.1",
"description": "Magento sync for products, categories, users and orders",
"author": "Piotr Karwatka",
"license": "MIT",
"main": "src/cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"agentkeepalive": "^3.3.0",
"body-parser": "^1.17.1",
"commander": "^2.18.0",
"elasticsearch": "^15.4.1",
"elasticsearch-deletebyquery": "^1.6.0",
"express": "^4.15.2",
"jsonfile": "^4.0.0",
"jwt-simple": "^0.5.1",
"kue": "^0.11.5",
"lodash": "^4.17.10",
"magento2-rest-client": "0.0.2",
"moment": "^2.22.2",
"node-sync": "^0.2.1",
"passport": "^0.3.2",
"passport-jwt": "^4.0.0",
"promise-queue": "^2.2.3",
"queue": "^4.4.0",
"redis-jsonify": "^1.0.1",
"remove-accents": "^0.4.2",
"request": "^2.88.0",
"sha1": "^1.1.1"
},
"devDependencies": {}
}