jquery.simplemarquee
Version:
A jQuery plugin that aims to provide a scrolling marquee similar to the good old winamp player
27 lines (26 loc) • 551 B
JSON
{
"name": "jquery.simplemarquee",
"version": "0.3.0",
"main": "lib/jquery.simplemarquee.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^1.9||^2.0"
},
"homepage": "https://github.com/IndigoUnited/jquery.simplemarquee",
"authors": [
"IndigoUnited"
],
"description": "A jQuery plugin that aims to provide a scrolling marquee similar to the good old winamp player",
"keywords": [
"marquee",
"text",
"slider",
"winamp"
]
}