-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.38 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
55
56
{
"name": "analytica",
"version": "1.1.3",
"description": "A library to integrate analytics to nodejs applications",
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"keywords": [
"analytics",
"node",
"nodejs",
"analytics-tracking",
"events"
],
"repository": {
"type": "git",
"url": "https://github.com/izavits/node.analytics.git"
},
"bugs": {
"url": "https://github.com/izavits/node.analytics/issues"
},
"author": "izavits <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@segment/convert-dates": "^1.0.0",
"@segment/isodate-traverse": "^1.0.1",
"@segment/spy": "^1.0.0",
"@segment/store": "^1.3.20",
"@segment/stub": "^1.0.0",
"@segment/to-iso-string": "^1.0.1",
"analytics-events": "^2.0.2",
"arch": "^2.1.0",
"bind-all": "^1.0.0",
"component-bind": "^1.0.0",
"component-emitter": "^1.2.1",
"component-type": "^1.2.1",
"gosquared": "3.1.0",
"is": "^3.1.0",
"lodash": "^4.17.4",
"lodash-deep": "^2.0.0",
"mixpanel": "^0.9.1",
"next-tick": "^0.2.2",
"os-locale": "^2.1.0",
"raven": "^2.3.0",
"segmentio-facade": "^3.0.2",
"to-no-case": "^0.1.3",
"universal-analytics": "^0.4.16",
"uuid": "^2.0.2"
},
"devDependencies": {
"mocha": "^5.1.1",
"proclaim": "^3.4.1",
"sinon": "^1.7.3"
}
}