jquery-vanish
Version:
[](https://travis-ci.org/matheusazzi/jquery-vanish) [](https://codeclimate.com/r
32 lines (31 loc) • 600 B
JSON
{
"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"
}
}