UNPKG

fetch-gifs

Version:
40 lines (39 loc) 998 B
{ "name": "fetch-gifs", "description": "Promise Based GIF image fetcher", "version": "0.2.0", "scripts": { "build": "rimraf -rf build && babel src -d build && gulp compile && ./cleanup.sh && npm run minify", "minify": "babel build -d build && gulp uglify", "test": "tape -r babel-core/register tests/**/*.js" }, "author": "Ademola Adegbuyi <marhyorh@gmail.com>", "devDependencies": { "babel-cli": "^6.14.0", "babel-preset-es2015": "^6.14.0", "babel-preset-stage-0": "^6.5.0", "gulp": "^3.9.1", "gulp-concat": "^2.6.0", "tape": "^4.6.0" }, "repository": { "type": "git", "url": "git+https://github.com/marhyorh/fetch-gifs.git" }, "license": "MIT", "bugs": { "url": "https://github.com/marhyorh/fetch-gifs/issues" }, "homepage": "https://github.com/marhyorh/fetch-gifs", "keywords": [ "gif", "gifs", "giphy", "riffsy", "react", "es6" ], "dependencies": { "isomorphic-fetch": "^2.2.1" } }