37 lines
723 B
JSON
37 lines
723 B
JSON
{
|
|
"name": "Morphext",
|
|
"version": "2.4.4",
|
|
"description": "A simple, high-performance and cross-browser jQuery rotating / carousel plugin for text phrases powered by Animate.css.",
|
|
"authors": [
|
|
"Ian Lai <ian@fyianlai.com>"
|
|
],
|
|
"main": [
|
|
"dist/morphext.min.js",
|
|
"dist/morphext.css"
|
|
],
|
|
"keywords": [
|
|
"jquery",
|
|
"text rotator",
|
|
"rotating text",
|
|
"ticker",
|
|
"cycle",
|
|
"animate.css",
|
|
"text animation",
|
|
"carousel",
|
|
"inline"
|
|
],
|
|
"license": "http://ian.mit-license.org/",
|
|
"private": false,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"animate.css": "~3.2.5",
|
|
"jquery": "~2.1.4"
|
|
}
|
|
}
|