-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.87 KB
/
package.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.87 KB
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@mparticle/web-facebook-kit",
"version": "2.3.0",
"author": "mParticle Developers <developers@mparticle.com> (https://www.mparticle.com)",
"description": "mParticle integration sdk for facebook",
"main": "dist/FacebookEventForwarder.common.js",
"module": "dist/FacebookEventForwarder.esm.js",
"browser": "dist/FacebookEventForwarder.common.js",
"files": [
"dist/FacebookEventForwarder.common.js",
"dist/FacebookEventForwarder.esm.js"
],
"publishConfig": {
"access": "public",
"provenance": true,
"registry": "https://registry.npmjs.org"
},
"repository": "https://github.com/mparticle-integrations/mparticle-javascript-integration-facebook",
"scripts": {
"build": "rollup --config rollup.config.js",
"watch": "rollup --config rollup.config.js -w",
"test": "node test/boilerplate/test-karma.js"
},
"devDependencies": {
"@mparticle/web-sdk": "^2.50.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^13.1.2",
"semantic-release": "^24.2.0",
"chai": "^4.2.0",
"karma": "^5.1.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-edge-launcher": "^0.4.2",
"karma-firefox-launcher": "^1.3.0",
"karma-ie-launcher": "^1.0.0",
"karma-junit-reporter": "^1.2.0",
"karma-mocha": "^2.0.1",
"karma-safari-launcher": "^1.0.0",
"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"
},
"license": "Apache-2.0"
}