reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
17 lines (16 loc) • 389 B
JSON
{
"name": "shopify-example",
"version": "1.0.0",
"description": "A Reshuffle Shopify Example",
"main": "shopify.js",
"scripts": {
"start": "node shopify.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Christophe Gachiniard",
"license": "ISC",
"dependencies": {
"reshuffle": "latest",
"reshuffle-shopify-connector": "latest"
}
}