adding initial fast-api

This commit is contained in:
2020-02-17 02:37:02 +00:00
commit 584d6bcc26
1975 changed files with 424591 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"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"
}
}