-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "analytics.js",
"author": "Paul Ng <paul.ng@primedata.ai>",
"version": "2.11.0",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
"analytics",
"analytics.js"
],
"main": "analytics.js",
"scripts": {
"build": "make build",
"clean": "make clean",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/primedata-ai/analytics-js.git"
},
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/segmentio/analytics.js#readme",
"dependencies": {
"@segment/ad-params": "^1.0.0",
"@segment/analytics.js-core": "3.10.1",
"@segment/analytics.js-integration": "^3.3.0",
"@segment/analytics.js-integration-google-tag-manager": "git+https://github.com/segment-integrations/analytics.js-integration-google-tag-manager.git",
"@segment/localstorage-retry": "^1.2.2",
"@segment/utm-params": "^2.0.0",
"component-clone": "^0.2.2",
"do-when": "^1.0.0",
"uglify-js": "^2.6.4",
"yields-store": "^1.0.2",
"utm-params-saver": "1.0.19"
},
"devDependencies": {
"@segment/eslint-config": "^3.1.1",
"eslint-plugin-react": "^4.0.0",
"browserify": "^13.0.1",
"eslint": "^2.9.0",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-require-path-exists": "^1.1.5"
}
}