{
  "name": "ng-giphy",
  "homepage": "https://github.com/ndelvalle/ng-giphy",
  "authors": [
    "ndelvalle <nicolas.delvalle@gmail.com>"
  ],
  "description": "An angular module that leverages the awesome giphy API to use it on angular applications",
  "dependencies": {
    "angular": "^1.4.9"
  },
  "resolutions": {
    "angular": "~1.4.9"
  },
  "license": "MIT",
  "keywords": [
    "angular",
    "angularjs",
    "gif",
    "giphy"
  ],
  "ignore": [
    "**/.*",
    "node_modules",
    "test",
    "tests"
  ]
}
