UNPKG

modals

Version:

reimplementation of toast/alert/confirm/prompt

40 lines (39 loc) 820 B
{ "name": "modals", "version": "0.1.9", "description": "reimplementation of toast/alert/confirm/prompt", "main": "src/index.js", "contributors": [ { "name": "mr.raindrop", "email": "tekkahs@gmail.com" } ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "gulp build", "lint": "gulp jscs" }, "repository": { "type": "git", "url": "https://github.com/MrRaindrop/modals" }, "keywords": [ "modal", "toast", "alert", "prompt", "confirm" ], "license": "MIT", "devDependencies": { "css-loader": "~0.23.1", "gulp": "~3.9.1", "gulp-jscs": "~3.0.2", "gulp-rimraf": "~0.2.0", "gulp-webpack": "~1.5.0", "style-loader": "~0.13.0", "vinyl-named": "~1.1.0", "webpack": "~1.12.13" } }