| 123456789101112131415161718192021222324252627282930313233343536 |
- {
- "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 <schtoo@schtoo.com>"
- ],
- "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"
- }
- }
|