forked from segmentio/analytics.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 884 Bytes
/
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
{
"name" : "analytics",
"author" : "Segmentio <friends@segment.io>",
"version" : "0.3.0",
"description" : "The hassle-free way to integrate analytics into any web application.",
"keywords" : [
"analytics", "analytics.js", "analyticsjs", "segment", "segmentio", "segment.io",
"chartbeat", "crazyegg", "customer.io", "google analytics", "hubspot",
"gosquared", "intercom", "kissmetrics", "klaviyo", "mixpanel", "olark",
"gaug.es"
],
"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"
}
}