reshuffle
Version:
Reshuffle is a fast, unopinionated, minimalist integration framework
16 lines (15 loc) • 348 B
JSON
{
"name": "reshuffle-mixpanel-example",
"version": "1.0.0",
"description": "Examples for Mixpanel Connector",
"main": "mixpanel.js",
"scripts": {
"start": "node mixpanel.js"
},
"dependencies": {
"reshuffle": "latest",
"reshuffle-mixpanel-connector": "latest"
},
"author": "Christophe Gachiniard",
"license": "ISC"
}