unobscure-text
Version:
Dynamically change text style as you scroll the page.
32 lines (31 loc) • 629 B
JSON
{
"name": "unobscure-text",
"description": "Dynamically change text style as you scroll the page.",
"version": "2.0.0",
"main": [
"dist/jquery.unobscure.js"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.json",
"LICENSE",
"README.md"
],
"keywords": [
"jquery plugin",
"clip",
"text style"
],
"authors": [
"T. H. Doan <thdoan@gmail.com> (http://www.tohodo.com/)"
],
"homepage": "https://thdoan.github.io/unobscure-text/",
"repository": {
"type": "git",
"url": "git://github.com/thdoan/unobscure-text.git"
},
"dependencies": {
"jquery": ">=1.7.0"
}
}