@segment/analytics.js-integration-segmentio
Version:
The Segmentio analytics.js integration.
62 lines (61 loc) • 1.89 kB
JSON
{
"name": "@segment/analytics.js-integration-segmentio",
"description": "The Segmentio analytics.js integration.",
"version": "4.4.7",
"keywords": [
"analytics.js",
"analytics.js-integration",
"segment",
"segmentio"
],
"main": "lib/index.js",
"scripts": {
"test": "karma start",
"test:ci": "karma start karma.conf-ci.js"
},
"author": "Segment <friends@segment.com>",
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://github.com/segmentio/analytics.js-integrations/blob/master/integrations/segmentio#readme",
"bugs": {
"url": "https://github.com/segmentio/analytics.js-integrations/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/segmentio/analytics.js-integrations.git"
},
"dependencies": {
"@ndhoule/extend": "^2.0.0",
"@ndhoule/keys": "^2.0.0",
"@segment/analytics.js-integration": "^2.1.0",
"@segment/localstorage-retry": "^1.2.2",
"@segment/protocol": "^1.0.0",
"@segment/send-json": "^3.0.0",
"@segment/top-domain": "^3.0.1",
"component-clone": "^0.2.2",
"component-cookie": "^1.1.5",
"component-type": "^1.2.1",
"json3": "^3.3.2",
"uuid": "^2.0.2",
"yields-store": "^1.0.2"
},
"devDependencies": {
"@segment/analytics.js-core": "^3.8.0",
"@segment/analytics.js-integration-tester": "^2.0.0",
"@segment/clear-env": "^2.0.0",
"browserify": "^16.2.3",
"eslint": "^5.16.0",
"karma": "^4.1.0",
"karma-browserify": "^6.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-sauce-launcher": "^2.0.2",
"karma-spec-reporter": "^0.0.32",
"karma-summary-reporter": "^1.6.0",
"mocha": "^6.1.4",
"proclaim": "^3.4.1",
"sinon": "^1.17.4",
"watchify": "^3.11.1"
},
"gitHead": "7a6bca08e0a46ae4c2d2b327ca0cf77c4ad872a3"
}