mixpanel-data-export-node
Version:
A wrapper for Mixpanel's data export API. Simply instantiate the class with your API secret and key and then make calls to api methods and get json back.
44 lines (43 loc) • 1.04 kB
JSON
{
"name": "mixpanel-data-export-node",
"version": "2.1.0",
"description": "A wrapper for Mixpanel's data export API. Simply instantiate the class with your API secret and key and then make calls to api methods and get json back.",
"keywords": [
"mixpanel",
"api",
"export",
"data",
"analytics"
],
"dependencies": {
"needle": "^2.0.1"
},
"homepage": "https://github.com/strawbrary/mixpanel-data-export-js",
"bugs": {
"url": "https://github.com/strawbrary/mixpanel-data-export-js/issues"
},
"license": "MIT",
"author": {
"name": "Mike Carter",
"email": "mike@mcarter.me",
"url": "http://mcarter.me/"
},
"main": "src/mixpanel_data_export.js",
"files": [
"src/mixpanel_data_export.js"
],
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "https://github.com/strawbrary/mixpanel-data-export-js.git"
},
"devDependencies": {
"assert": "^1.1.2",
"mocha": "^4.0.1"
},
"engines": {
"node": ">= 4.0.0"
}
}