UNPKG

angular-extended-notifications

Version:

Highly customizable notifications with AngularJS

59 lines 1.54 kB
{ "name": "angular-extended-notifications", "version": "1.0.5", "homepage": "https://bitbucket.org/efolio/angular-extended-notifications", "author": "Etienne Folio <ornthalas@gmail.com>", "main": "dist/angular-extended-notifications.min.js", "description": "Highly customizable notifications with AngularJS", "repository": { "type": "hg", "url": "https://bitbucket.org/efolio/angular-extended-notifications" }, "bugs": { "url": "https://bitbucket.org/efolio/angular-extended-notifications/issues" }, "keywords": [ "angular", "notifications", "notification", "notify", "notif", "angularjs", "ng", "extended", "extend", "alert", "util", "utils", "service", "banner", "template" ], "license": "MIT", "dependencies": {}, "devDependencies": { "grunt": "^0.4.5", "grunt-bumpup": "^0.6.0", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-copy": "^0.5.0", "grunt-contrib-jshint": "^0.10.0", "grunt-contrib-uglify": "^0.5.1", "grunt-jscs": "^0.6.2", "grunt-karma": "^0.8.3", "grunt-mocha-protractor": "^0.5.2", "jshint-stylish": "^0.4.0", "karma": "^0.12.21", "karma-chai-plugins": "^0.2.3", "karma-chrome-launcher": "^0.1.4", "karma-firefox-launcher": "^0.1.3", "karma-mocha": "^0.1.7", "karma-phantomjs-launcher": "^0.1.4", "mocha": "^1.21.3", "semver": "^3.0.1", "shelljs": "^0.3.0" }, "scripts": { "start": "grunt start" } }