popup-suggestion
Version:
A simple Vanilla JS popup that appears when a specific button is pressed, similar to GitHub PR issue suggestions.
27 lines (26 loc) • 710 B
JSON
{
"name": "popup-suggestion",
"version": "1.0.3",
"description": "A simple Vanilla JS popup that appears when a specific button is pressed, similar to GitHub PR issue suggestions.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"popup",
"suggestion",
"vanilla-js",
"github",
"github-style"
],
"author": "Rabinson Thapa",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/rabinthapa18/popupSuggestion.git"
},
"bugs": {
"url": "https://github.com/rabinthapa18/popupSuggestion/issues"
},
"homepage": "https://github.com/rabinthapa18/popupSuggestion#readme"
}