polite-email-popup
Version:
A polite email popup
49 lines (48 loc) • 1.23 kB
JSON
{
"name": "polite-email-popup",
"version": "0.9.3",
"description": "A polite email popup",
"amdName": "PoliteEmailPopup",
"source": "src/index.js",
"main": "dist/polite-email-popup.js",
"module": "dist/polite-email-popup.module.js",
"unpkg": "dist/polite-email-popup.umd.js",
"scripts": {
"http-server": "http-server -c-1",
"microbundle-watch": "microbundle watch",
"build": "microbundle",
"dev": "concurrently 'npm:http-server' 'npm:microbundle-watch' --kill-others"
},
"repository": {
"type": "git",
"url": "git+https://github.com/panphora/polite-email-popup.git"
},
"keywords": [
"polite",
"exit intent",
"newsletter",
"popup",
"email",
"exit",
"intent",
"signup"
],
"author": "panphora",
"license": "MIT",
"bugs": {
"url": "https://github.com/panphora/polite-email-popup/issues"
},
"homepage": "https://github.com/panphora/polite-email-popup#readme",
"devDependencies": {
"body-scroll-lock": "^3.0.2",
"esbuild": "^0.4.3",
"http-server": "^0.12.3",
"stormcloud": "^0.5.9",
"tigerlily": "^0.6.2",
"notyf": "^3.9.0"
},
"dependencies": {
"concurrently": "^5.2.0",
"microbundle": "^0.12.2"
}
}