hugo-shopping-product-catal.../importer/shopify/package.json

17 lines
362 B
JSON
Raw Normal View History

2018-05-27 10:49:21 +02:00
{
"name": "importer-shopify",
"version": "1.0.0",
"description": "Import data from shopify to this theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Kishan B",
"license": "MIT",
"dependencies": {
"commander": "^2.15.1",
"lodash": "^4.17.10",
2018-05-27 12:17:55 +02:00
"request": "^2.87.0"
2018-05-27 10:49:21 +02:00
}
}