diff --git a/package.json b/package.json new file mode 100644 index 0000000..23d7513 --- /dev/null +++ b/package.json @@ -0,0 +1,25 @@ +{ + "name": "beeker1121/exit-intent-popup", + "description": "Display an HTML and CSS based popup on exit intent", + "version": "1.0.0", + "dependencies": { + }, + "devDependencies": { + }, + "scripts": { + "setup": "npm install" + }, + "repository": { + "type": "git", + "url": "https://github.com/beeker1121/exit-intent-popup.git" + }, + "keywords": [ + "javascript" + ], + "author": "Beeker", + "license": "MIT", + "bugs": { + "url": "https://github.com/beeker1121/exit-intent-popup/issues" + }, + "homepage": "http://beeker.io/exit-intent-popup-script-tutorial" +}