Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « shopify « importer - github.com/kishaningithub/hugo-shopping-product-catalogue-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f07f7995595140428320320a7363fe04b0c41771 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "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",
    "request": "^2.87.0"
  }
}