UNPKG

@gistproduct/web

Version:

Build beautiful in-app flows with no code and deliver them instantly to your app.

44 lines (43 loc) 1.14 kB
{ "name": "@gistproduct/web", "version": "2.12.1", "description": "Build beautiful in-app flows with no code and deliver them instantly to your app.", "private": false, "browser": "dist/gist.min.js", "scripts": { "start": "npm-run-all --parallel watch:server watch:build", "build:prod": "webpack -p --mode=production -o dist/gist.min.js", "watch:build": "webpack --watch --progress --mode=development", "watch:server": "http-server" }, "author": "Bourbon Ltd", "license": "SEE LICENSE IN LICENSE", "devDependencies": { "html-loader": "^1.1.0", "http-server": "^0.12.3", "npm-run-all": "^4.1.5", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "dependencies": { "axios": "^0.21.1", "uuid": "^8.3.2" }, "repository": { "type": "git", "url": "git+ssh://git@github.com:customerio/gist-web.git" }, "keywords": [ "gist", "in-app", "messages", "product", "messaging", "in-product", "gist.build" ], "bugs": { "url": "https://github.com/customerio/gist-web/issues" }, "homepage": "https://docs.gist.build/libraries/web" }