UNPKG

angular-sweetalert-2

Version:

A really simple Sweet Alert 2 wrapper to Angular 1.x

47 lines (46 loc) 1.19 kB
{ "name": "angular-sweetalert-2", "version": "1.0.1", "description": "A really simple Sweet Alert 2 wrapper to Angular 1.x", "main": "index.js", "scripts": { "test": "karma start karma.conf.js" }, "repository": { "type": "git", "url": "git+https://github.com/matheuslc/angular-sweetalert2.git" }, "keywords": [ "sweet", "alert", "2", "angular" ], "author": "Matheus Lucca do Carmo", "license": "MIT", "bugs": { "url": "https://github.com/matheuslc/angular-sweetalert2/issues" }, "homepage": "https://github.com/matheuslc/angular-sweetalert2#readme", "devDependencies": { "browser-sync": "^2.17.0", "del": "^2.2.2", "gulp": "github:gulpjs/gulp#4.0", "gulp-cli": "^1.2.2", "gulp-cssmin": "^0.1.7", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^2.0.0", "gulp-usemin": "^0.3.24", "jasmine-core": "^2.5.2", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-firefox-launcher": "^1.0.0", "karma-jasmine": "^1.0.2", "karma-safari-launcher": "^1.0.0" }, "dependencies": { "angular": "^1.5.8", "sweetalert2": "^5.2.0" } }