forked from segmentio/analytics.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.32 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
{
"name": "@segment/analytics.js",
"author": "Segment <[email protected]>",
"version": "2.14.0",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
"analytics",
"analytics.js",
"segment",
"segment.io"
],
"main": "analytics.js",
"scripts": {
"build": "make build",
"clean": "make clean",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/segmentio/analytics.js.git"
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/segmentio/analytics.js/issues"
},
"homepage": "https://github.com/segmentio/analytics.js#readme",
"dependencies": {
"@segment/analytics.js-core": "^3.0.0",
"@segment/analytics.js-integration": "^3.1.0",
"@segment/analytics.js-integration-segmentio": "git://github.com/FindHotel/analytics.js-integration-findhotel.git#a57b0039090b3866f076fa12e185129bda55da42",
"@segment/analytics.js-integration-google-tag-manager": "https://github.com/segment-integrations/analytics.js-integration-google-tag-manager"
},
"devDependencies": {
"@segment/eslint-config": "^3.1.1",
"browserify": "^13.0.1",
"eslint": "^2.9.0",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"uglify-js": "^2.6.4"
}
}