|
| 1 | +{ |
| 2 | + "name": "@profitwell/analytics.js-integration", |
| 3 | + "description": "The Profitwell DotJS analytics.js integration.", |
| 4 | + "version": "1.0.1", |
| 5 | + "keywords": [ |
| 6 | + "analytics.js", |
| 7 | + "analytics.js-integration", |
| 8 | + "segment", |
| 9 | + "profitwell" |
| 10 | + ], |
| 11 | + "main": "lib/index.js", |
| 12 | + "scripts": { |
| 13 | + "test": "karma start", |
| 14 | + "test:ci": "karma start karma.conf-ci.js" |
| 15 | + }, |
| 16 | + "repository": { |
| 17 | + "type": "git", |
| 18 | + "url": "https://github.com/ProfitWell/segment-dotjs" |
| 19 | + }, |
| 20 | + "author": "", |
| 21 | + "license": "SEE LICENSE IN LICENSE", |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/ProfitWell/segment-dotjs/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/ProfitWell/segment-dotjs#readme", |
| 26 | + "dependencies": { |
| 27 | + "@segment/analytics.js-integration": "^3.1.0", |
| 28 | + "segmentio-facade": "^3.1.0" |
| 29 | + }, |
| 30 | + "devDependencies": { |
| 31 | + "@segment/analytics.js-core": "^3.0.0", |
| 32 | + "@segment/analytics.js-integration-tester": "^3.1.0", |
| 33 | + "@segment/clear-env": "^2.0.0", |
| 34 | + "@segment/eslint-config": "^3.1.1", |
| 35 | + "browserify": "^13.0.0", |
| 36 | + "browserify-istanbul": "^2.0.0", |
| 37 | + "eslint": "^2.9.0", |
| 38 | + "eslint-plugin-mocha": "^2.2.0", |
| 39 | + "eslint-plugin-require-path-exists": "^1.1.5", |
| 40 | + "istanbul": "^0.4.3", |
| 41 | + "karma": "1.3.0", |
| 42 | + "karma-browserify": "^5.0.4", |
| 43 | + "karma-chrome-launcher": "^2.2.0", |
| 44 | + "karma-coverage": "^1.0.0", |
| 45 | + "karma-junit-reporter": "^1.0.0", |
| 46 | + "karma-mocha": "1.0.1", |
| 47 | + "karma-phantomjs-launcher": "^1.0.0", |
| 48 | + "karma-sauce-launcher": "^1.0.0", |
| 49 | + "karma-spec-reporter": "0.0.26", |
| 50 | + "mocha": "^2.2.5", |
| 51 | + "npm-check": "^5.2.1", |
| 52 | + "phantomjs-prebuilt": "^2.1.7", |
| 53 | + "watchify": "^3.7.0" |
| 54 | + } |
| 55 | +} |
0 commit comments