forked from mixpanel/mixpanel-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 755 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 755 Bytes
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
32
33
34
35
36
37
{
"name": "mixpanel",
"description": "A simple server-side API for mixpanel",
"keywords": [
"mixpanel",
"analytics",
"api",
"stats"
],
"version": "0.11.0-patch.3",
"homepage": "https://github.com/mixpanel/mixpanel-node",
"author": "Carl Sverre",
"license": "MIT",
"main": "lib/mixpanel-node",
"directories": {
"lib": "lib"
},
"repository": {
"type": "git",
"url": "http://github.com/mixpanel/mixpanel-node.git"
},
"engines": {
"node": ">=8.9"
},
"scripts": {
"test": "nodeunit"
},
"types": "./lib/mixpanel-node.d.ts",
"devDependencies": {
"nodeunit": "^0.11.3",
"proxyquire": "^1.7.11",
"sinon": "^7.1.1"
},
"dependencies": {
"https-proxy-agent": "5.0.0"
}
}