UNPKG

748 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.17.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": ">=10.0"
24 },
25 "scripts": {
26 "test": "nodeunit"
27 },
28 "types": "./lib/mixpanel-node.d.ts",
29 "devDependencies": {
30 "nodeunit": "^0.11.3",
31 "proxyquire": "^1.7.11",
32 "sinon": "^7.1.1"
33 },
34 "dependencies": {
35 "https-proxy-agent": "5.0.0"
36 }
37}