UNPKG

gifcities

Version:

Simple wrapper around the Geocities Animated GIF Search Engine

44 lines (43 loc) 725 B
{ "name": "gifcities", "version": "1.0.2", "description": "Simple wrapper around the Geocities Animated GIF Search Engine", "main": "lib/index.js", "files": [ "lib" ], "license": "MIT", "repository": "karlbright/gifcities", "author": { "name": "Karl Brightman", "email": "karl@karlbright.org" }, "scripts": { "test": "xo && ava" }, "engines": { "node": ">=4" }, "keywords": [ "gif", "gifs", "geocities", "gifcities", "gifcity", "animated", "construction" ], "devDependencies": { "ava": "^0.16.0", "xo": "^0.17.0" }, "dependencies": { "got": "^6.5.0" }, "xo": { "ignores": [ "lib/**/*" ], "space": 2 } }