UNPKG

707 BJSONView Raw
1{
2 "name": "mixpanel",
3 "description": "A simple server-side API for mixpanel",
4 "keywords": [
5 "mixpanel",
6 "analytics",
7 "api",
8 "stats"
9 ],
10 "version": "0.8.0",
11 "homepage": "https://github.com/mixpanel/mixpanel-node",
12 "author": "Carl Sverre",
13 "license": "MIT",
14 "main": "lib/mixpanel-node",
15 "directories": {
16 "lib": "lib"
17 },
18 "repository": {
19 "type": "git",
20 "url": "http://github.com/mixpanel/mixpanel-node.git"
21 },
22 "engines": {
23 "node": ">=4.2"
24 },
25 "scripts": {
26 "test": "nodeunit"
27 },
28 "devDependencies": {
29 "nodeunit": "^0.9.1",
30 "proxyquire": "^1.7.11",
31 "sinon": "^1.14.1"
32 },
33 "dependencies": {
34 "https-proxy-agent": "2.1.1"
35 }
36}