UNPKG

confirmation-animated-dialog

Version:
30 lines (29 loc) 827 B
{ "name": "confirmation-animated-dialog", "version": "1.0.6", "scripts": { "serve": "http-server --push-state -o -c-1 -p 3021 -a localhost", "s": "npm run serve" }, "devDependencies": { "http-server": "^0.11.1", "prettier": "^1.18.2" }, "description": "A simple, ARIA-standarized, responsive yes/no dialog window.", "main": "lib/index.js", "directories": { "lib": "lib" }, "dependencies": {}, "repository": { "type": "git", "url": "https://github.com/anastazjagaluza/confirmation-animated-dialog" }, "keywords": [ "dialog", "modal", "window", "yes/no", "confirmation" ], "author": "Anastazja Galuza", "license": "ISC", "bugs": { "url": "https://github.com/anastazjagaluza/confirmation-animated-dialog/issues" }, "homepage": "https://github.com/anastazjagaluza/confirmation-animated-dialog" }