ng-giphy
Version:
An angular module that leverages the [giphy API](https://github.com/Giphy/GiphyAPI) to use it on angular applications
28 lines (27 loc) • 523 B
JSON
{
"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"
]
}