forked from segmentio/analytics.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.12 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
57
{
"name": "analytics.js",
"author": "Segment.io <[email protected]>",
"version": "0.4.4",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
"analytics",
"analytics.js",
"analyticsjs",
"segment",
"segmentio",
"segment.io",
"bitdeli",
"chartbeat",
"clicky",
"comscore",
"crazyegg",
"customer.io",
"errorception",
"foxmetrics",
"google analytics",
"gauges",
"gosquared",
"hittail",
"hubspot",
"intercom",
"keen",
"kissmetrics",
"klaviyo",
"mixpanel",
"olark",
"quantcast",
"snapengage",
"usercycle",
"vero"
],
"url": "https://github.com/segmentio/analytics.js",
"repository": {
"type": "git",
"url": "git://github.com/segmentio/analytics.js.git"
},
"main": "analytics.js",
"license": "MIT",
"scripts": {
"test": "make test"
},
"devDependencies": {
"mocha-cloud": "0.0.1",
"mocha-phantomjs": "1.1.1",
"connect": "2.7.1",
"uglify-js": ">= 1.3.4",
"docco": ">= 0.4.0"
},
"dependencies": {
"underscore": "~1.4.3"
}
}