angularjs-sweetalert2
Version:
AngularJS wrapper for SweetAlert2
34 lines (33 loc) • 752 B
JSON
{
"name": "angularjs-sweetalert2",
"version": "1.0.0",
"description": "AngularJS wrapper for SweetAlert2",
"main": "SweetAlert2.js",
"repository": {
"type": "git",
"url": "git+https://github.com/recepuncu/ngSweetAlert2.git"
},
"keywords": [
"angular",
"AngularJs",
"sweetalert2",
"sweet",
"alert"
],
"author": "recepuncu@gmail.com",
"contributors": [
"recepuncu@gmail.com"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/recepuncu/ngSweetAlert2/issues"
},
"dependencies": {
"angular": "^1.3.14",
"sweetalert2": "9.*"
},
"homepage": "https://github.com/recepuncu/ngSweetAlert2#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}