UNPKG

jquery-vanish

Version:

[![Build Status](https://travis-ci.org/matheusazzi/jquery-vanish.svg)](https://travis-ci.org/matheusazzi/jquery-vanish) [![Code Climate](https://codeclimate.com/repos/559bcbc46956805f29001d02/badges/9e4dc9eea15a30549ba6/gpa.svg)](https://codeclimate.com/r

32 lines (31 loc) 600 B
{ "name": "jquery-vanish", "description": "A jQuery plugin to easily create a vanish effect on a string", "version": "1.1.0", "main": "jquery.vanish.js", "homepage": "https://github.com/matheusazzi/jquery-vanish", "authors": [ "matheuslazzi@gmail.com" ], "license": "MIT", "ignore": [ "**/.*", "index.html", "node_modules", "bower_components", "specs", "Gulpfile.js", "package.json" ], "keywords": [ "vanish", "jquery", "plugin" ], "dependencies": { "jquery": "~2.1.4" }, "devDependencies": { "jquery": "~2.1.4" } }