UNPKG

next-dialog

Version:

A lightweight dialog plugin based on vanilla js

33 lines (32 loc) 754 B
{ "name": "next-dialog", "version": "0.0.1-beta.1", "description": "A lightweight dialog plugin based on vanilla js", "main": "lib/index.js", "author": "lyove", "license": "MIT", "homepage": "https://github.com/lyove/next-dialog", "repository": { "type": "git", "url": "https://github.com/lyove/next-dialog.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "dialog", "dialog-plugin", "next-dialog", "next-dialog-plugin" ], "devDependencies": {}, "dependencies": {}, "browserslist": [ "> 1%", "last 2 versions" ] }