@braze/web-sdk-core
Version:
Core Braze SDK (no UI) for web sites and other JS platforms.
27 lines (26 loc) • 706 B
JSON
{
"name": "@braze/web-sdk-core",
"version": "3.5.1",
"description": "Core Braze SDK (no UI) for web sites and other JS platforms.",
"main": "appboy.core.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Appboy/appboy-web-sdk.git"
},
"keywords": [
"Appboy",
"Braze"
],
"author": "Braze, Inc",
"license": "SEE LICENSE IN https://github.com/Appboy/appboy-web-sdk/blob/master/LICENSE",
"bugs": {
"url": "https://github.com/Appboy/appboy-web-sdk/issues"
},
"homepage": "https://github.com/Appboy/appboy-web-sdk#readme",
"publishConfig": {
"access": "public"
}
}