-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
47 lines (47 loc) · 1.48 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
47
{
"name": "pimcore2vuestorefront",
"version": "1.0.0",
"description": "Pimcore To vue-storefront bridge",
"main": "babel-node setup.js",
"dependencies": {
"babel-cli": "^6.26.0",
"command-exists": "^1.2.2",
"command-router": "^1.0.1",
"elasticdump": "^3.3.1",
"elasticsearch": "^14.0.0",
"empty-dir": "^0.2.1",
"express": "^4.16.2",
"fs-exists-sync": "^0.1.0",
"inquirer": "^4.0.1",
"is-windows": "^1.0.1",
"jsonfile": "^4.0.0",
"lockfile": "^1.0.3",
"lodash": "^4.17.4",
"memored": "^1.1.1",
"mkdirp": "^0.5.1",
"node-mutex": "^0.2.2",
"print-message": "^2.1.0",
"promise-limit": "^2.5.0",
"shelljs": "^0.7.8",
"unirest": "^0.5.1",
"url-parse": "^1.2.0",
"valid-url": "^1.0.9"
},
"devDependencies": {},
"scripts": {
"start": "babel-node setup.js",
"test": "echo \"Error: no test specified\" && exit 1",
"restore": "node node_modules/elasticdump/bin/elasticdump --input=var/catalog.json --output=http://localhost:9200/vue_storefront_pimcore",
"dump": "node node_modules/elasticdump/bin/elasticdump --output=var/catalog.json --input=http://localhost:9200/vue_storefront_pimcore"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pkarw/pimcore2vuestorefront.git"
},
"author": "Piotr Karwatka",
"license": "ISC",
"bugs": {
"url": "https://github.com/pkarw/pimcore2vuestorefront/issues"
},
"homepage": "https://github.com/pkarw/pimcore2vuestorefront#readme"
}