@clearbit-dcp/clearbit.js-core
Version:
The hassle-free way to integrate analytics into any web application.
86 lines (85 loc) • 2.56 kB
JSON
{
"name": "@clearbit-dcp/clearbit.js-core",
"author": "Clearbit <support@clearbit.com>",
"version": "0.1.0",
"description": "The hassle-free way to integrate analytics into any web application.",
"keywords": [
"analytics",
"clearbit.js",
"clearbit",
"clearbit.com"
],
"main": "lib/index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/clearbit/clearbit.js-core"
},
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/clearbit/clearbit.js-core/issues"
},
"homepage": "https://github.com/clearbit/clearbit.js-core#readme",
"dependencies": {
"@ndhoule/after": "^1.0.0",
"@ndhoule/clone": "^1.0.0",
"@ndhoule/defaults": "^2.0.1",
"@ndhoule/each": "^2.0.1",
"@ndhoule/extend": "^2.0.0",
"@ndhoule/foldl": "^2.0.1",
"@ndhoule/includes": "^2.0.1",
"@ndhoule/keys": "^2.0.0",
"@ndhoule/map": "^2.0.1",
"@ndhoule/pick": "^2.0.0",
"@segment/canonical": "^1.0.0",
"@segment/is-meta": "^1.0.0",
"@segment/isodate": "^1.0.2",
"@segment/isodate-traverse": "^1.0.1",
"@segment/prevent-default": "^1.0.0",
"@segment/store": "^1.3.20",
"@segment/top-domain": "^3.0.0",
"bind-all": "^1.0.0",
"component-cookie": "^1.1.2",
"component-emitter": "^1.2.1",
"component-event": "^0.1.4",
"component-querystring": "git+https://github.com/clearbit/querystring.git",
"component-type": "^1.2.1",
"component-url": "^0.2.1",
"debug": "^0.7.4",
"inherits": "^2.0.1",
"install": "^0.7.3",
"is": "^3.1.0",
"json3": "^3.3.2",
"new-date": "^1.0.0",
"next-tick": "^0.2.2",
"segmentio-facade": "^3.0.2",
"uuid": "^2.0.2"
},
"devDependencies": {
"@segment/analytics.js-integration": "^3.2.0",
"@segment/eslint-config": "^3.1.1",
"browserify": "13.0.0",
"compat-trigger-event": "^1.0.0",
"component-each": "^0.2.6",
"eslint": "^2.9.0",
"eslint-plugin-mocha": "^2.2.0",
"eslint-plugin-require-path-exists": "^1.1.5",
"jquery": "^3.2.1",
"karma": "1.3.0",
"karma-browserify": "^5.0.4",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-junit-reporter": "^1.0.0",
"karma-mocha": "1.0.1",
"karma-phantomjs-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"mocha": "^2.2.5",
"phantomjs-prebuilt": "^2.1.7",
"proclaim": "^3.4.1",
"sinon": "^1.7.3",
"watchify": "^3.7.0"
}
}