angular-sweetalert
Version:
AngularJS wrapper for SweetAlert
34 lines (33 loc) • 576 B
JSON
{
"name": "ngSweetAlert",
"version": "1.1.0",
"main": "./SweetAlert.js",
"author": "pedro@oitozero.com",
"contributors": [
"gnick666@gmail.com",
"thodoris.bais@gmail.com"
],
"description": "AngularJS wrapper for SweetAlert",
"keywords": [
"angular",
"AngularJs",
"sweetalert",
"sweet",
"alert"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"CHANGELOG.md"
],
"dependencies": {
"angular":">=1.3.0",
"sweetalert":">=0.3.0"
},
"devDependencies": {
}
}