-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 767 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 767 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
38
{
"name": "node-mixpanel-data-exporter",
"version": "0.0.1",
"description": "Wrapper for Mixpanel Data API",
"author": "Type <tykelewis@gmail.com>",
"dependencies": {
"underscore": "1.4.4",
"request": "2.67.0"
},
"devDependencies": {
"mocha": "1.x",
"should": "0.6.x",
"istanbul": "0.1.x"
},
"readmeFilename": "README.md",
"gitHead": "1777ea909597fbf769f348e4d739fdf71e03dfbf",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/tyke/node-mixpanel-data-exporter.git"
},
"keywords": [
"mixpanel",
"data",
"api",
"export",
"metrics",
"node",
"nodejs"
],
"license": "MIT"
}