-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
28 lines (21 loc) · 855 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
{ "name" : "mixpanel-client"
, "description" : "A simple client for mixpanel's tracking & export API. Also supports exporting via streams."
, "keywords" : ["mixpanel", "analytics", "api", "stats", "export", "stream"]
, "version" : "0.2.3"
, "homepage" : "https://github.com/glesperance/mixpanel-client"
, "repository" : { "type" : "git"
, "url" : "git://github.com/glesperance/mixpanel-client.git"
}
, "author": "Gabriel Lesperance <gabriel@wavo.me> (glesperance.com / wavo.me)"
, "main": "mixpanel-client"
, "engines": { "node": ">=0.6.x" }
, "dependencies": {
"underscore" : "1.3.x"
, "cookies" : "0.2.x"
, "stream-tools" : "0.2.x"
}
, "licenses" : [{
"type" : "MIT"
, "url" : "https://github.com/glesperance/mixpanel-client/raw/master/LICENSE"
}]
}