forked from michaelcarter/mixpanel-data-export-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 948 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "mixpanel-data-export",
"version": "v1.0.3",
"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":
{
"cryptojs": ">=2.5.3",
"xmlhttprequest": ">=1.5.0"
},
"homepage": "https://github.com/michaelcarter/mixpanel-data-export-js",
"bugs":
{
"url": "https://github.com/michaelcarter/mixpanel-data-export-js/issues",
"email": "[email protected]"
},
"license": "MIT",
"author":
{
"name" : "Mike Carter",
"email" : "[email protected]",
"url" : "http://mcarter.me/"
},
"files": ["npm/lib"],
"main": "npm/lib/mixpanel_data_export.js",
"repository":
{
"type": "git",
"url": "https://github.com/michaelcarter/mixpanel-data-export-js.git"
}
}