ng-giphy
Version:
An angular module that leverages the [giphy API](https://github.com/Giphy/GiphyAPI) to use it on angular applications
40 lines (39 loc) • 885 B
JSON
{
"name": "ng-giphy",
"version": "1.0.3",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ndelvalle/ng-giphy.git"
},
"main": "index.js",
"keywords": [
"angular",
"angularjs",
"gif",
"giphy"
],
"author": "ndelvalle <nicolas.delvalle@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ndelvalle/ng-giphy/issues"
},
"homepage": "https://github.com/ndelvalle/ng-giphy",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-bytediff": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-ng-annotate": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0"
},
"engines": {
"node": "4.4.x"
}
}