-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.27 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
{
"name": "@mparticle/web-intercom-kit",
"version": "2.0.1",
"author": "mParticle Developers <[email protected]> (https://www.mparticle.com)",
"description": "mParticle integration sdk for Intercom",
"main": "dist/IntercomEventForwarder.common.js",
"browser": "dist/IntercomEventForwarder.common.js",
"files": [
"dist/IntercomEventForwarder.common.js"
],
"repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-intercom",
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js -w",
"test": "node test/boilerplate/test-karma.js"
},
"devDependencies": {
"chai": "^4.2.0",
"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",
"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"
},
"dependencies": {
"isobject": "^4.0.0",
"@mparticle/web-sdk": "^2.11.1"
},
"license": "Apache-2.0"
}