{ "name": "angular-notify", "main": [ "dist/angular-notify.js", "dist/angular-notify.css" ], "version": "2.5.0", "homepage": "https://github.com/cgross/angular-notify", "authors": [ "Chris Gross " ], "description": "A minimalistic notification service for Angular.", "keywords": [ "angular", "notify", "notifications" ], "license": "MIT", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests", "temp", "./angular-notify.css", "./angular-notify.html", "./angular-notify.js", "Gruntfile.js", "package.json", "demo" ], "dependencies": { "angular": "~1.3" } }