{
  "name": "angular-notification-icons",
  "description": "angular directive to add notification popups to any element",
  "authors": [
    {
      "name": "jemonjam",
      "homepage": "http://jemonjam.com"
    }
  ],
  "keywords": [
    "angular",
    "angular-plugin",
    "directive",
    "notification"
  ],
  "license": "MIT",
  "main": [
    "dist/angular-notification-icons.js",
    "dist/angular-notification-icons.css"
  ],
  "ignore": [
    "**/.*",
    "node_modules/",
    "bower_components/",
    "gulp/",
    "app/",
    "src/*.js",
    "src/test/",
    "src/template/",
    "karma.conf.js",
    "gulpfile.js",
    "package.json"
  ],
  "dependencies": {
    "angular": ">1.3.0"
  },
  "devDependencies": {
    "angular-mocks": "1.4.7",
    "angular-route": "1.4.7",
    "angular-animate": "1.4.7",
    "jquery": "2.1.3",
    "bootstrap": "3.3.4",
    "angular-bootstrap": "0.12.1",
    "fontawesome": "~4.3.0",
    "angular-highlightjs": "0.4.1"
  },
  "resolutions": {
    "angular": "~1.4.7"
  },
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "homepage": "https://github.com/jacob-meacham/angular-notification-icons",
  "version": "0.4.4",
  "_release": "0.4.4",
  "_resolution": {
    "type": "version",
    "tag": "0.4.4",
    "commit": "7ab89e0914d1f736178f3af911876442f1285b50"
  },
  "_source": "https://github.com/jacob-meacham/angular-notification-icons.git",
  "_target": "^0.4.4",
  "_originalSource": "angular-notification-icons",
  "_direct": true
}