-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 712 Bytes
/
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
{
"name": "@mparticle/web-kit-wrapper",
"version": "1.0.0-rc5",
"description": "mParticle wrapper for web kit integrations",
"main": "index.js",
"unpkg": "@mparticle/web-kit-wrapper.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mparticle-integrations/mparticle-javascript-web-kit-wrapper.git"
},
"author": "mParticle",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/mparticle-integrations/mparticle-javascript-web-kit-wrapper/issues"
},
"homepage": "https://github.com/mparticle-integrations/mparticle-javascript-web-kit-wrapper#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"express": "^4.16.4"
}
}