-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.67 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
{
"name": "@mparticle/web-mixpanel-kit",
"version": "2.1.2",
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)",
"description": "mParticle integration sdk for Mixpanel",
"browser": "dist/MixpanelEventForwarder.common.js",
"files": [
"dist/MixpanelEventForwarder.common.js"
],
"main": "dist/MixpanelEventForwarder.common.js",
"repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-mixpanel",
"scripts": {
"build": "rollup --config rollup.config.js",
"build:test": "rollup --config rollup.test.config.js",
"watch": "rollup --config rollup.config.js -w",
"test": "npm run build && npm run build:test && DEBUG=false karma start test/karma.config.js",
"test:debug": "npm run build && npm run build:test && DEBUG=true karma start test/karma.config.js"
},
"devDependencies": {
"@mparticle/web-sdk": "^2.23.7",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"chai": "^4.2.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-prettier": "5.0.1",
"karma": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-mocha": "^2.0.1",
"mocha": "^2.5.3",
"prettier": "^3.0.3",
"rollup": "^1.13.1",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.0.1",
"shelljs": "^0.8.4",
"should": "^7.1.0",
"watchify": "^3.11.1"
},
"license": "Apache-2.0"
}