angular-modal-service
Version:
AngularJS Service for showing Modals and Popups
38 lines (37 loc) • 725 B
JSON
{
"name": "angular-modal-service",
"version": "0.15.6",
"homepage": "https://github.com/dwmkerr/angular-modal-service",
"authors": [
"Dave Kerr (github.com/dwmkerr)"
],
"description": "AngularJS Service for showing Modals and Popups",
"main": "dst/angular-modal-service.js",
"keywords": [
"angular",
"angularjs",
"modal",
"popup",
"service"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"samples",
"src",
".gitignore",
"*.json",
"gulpfile.js",
"CHANGELOG.md",
"*.yml"
],
"dependencies": {
"angular": "1.5.0 - 1.7.x"
},
"devDependencies": {
"angular-mocks": "1.5.0 - 1.7.x"
}
}