-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.28 KB
/
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "mixpanel-nodexporter",
"version": "1.0.2",
"description": "Simple and lightweight nodejs library for export data from Mixpanel",
"keywords": [
"mixpanel",
"api",
"export",
"data",
"analytics",
"nodejs"
],
"homepage": "https://github.com/nodejsaber/mixpanel-nodexporter",
"bugs": {
"url": "https://github.com/nodejsaber/mixpanel-nodexporter/issues"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/nodejsaber/mixpanel-nodexporter.git"
},
"license": "MIT",
"author": {
"name": "Nodejsaber",
"email": "[email protected]",
"url": "https://github.com/nodejsaber"
},
"contributors": [
{
"name": "Wing Lonelion",
"email": "[email protected]",
"url": "https://www.npmjs.com/~winglonelion"
}
],
"dependencies": {
"needle": "^2.0.1",
"crypto": "1.0.1"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.2.0",
"mocha": "^3.4.1",
"supertest": "^3.0.0"
},
"engines": {
"node": ">= 4.0.0"
}
}