31 lines
595 B
JSON
31 lines
595 B
JSON
{
|
|
"name": "textillate",
|
|
"version": "0.4.0",
|
|
"homepage": "https://github.com/jschr/textillate",
|
|
"authors": [
|
|
"Jordan Schroter <jordan.schroter@gmail.com>"
|
|
],
|
|
"description": "A simple plugin for CSS3 text animations",
|
|
"main": "jquery.textillate.js",
|
|
"keywords": [
|
|
"textillate",
|
|
"css3",
|
|
"animation",
|
|
"text",
|
|
"lettering"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": ">= 1.6.2",
|
|
"letteringjs": ">= 0.6.1",
|
|
"animate.css": ">= 3.0.0"
|
|
}
|
|
}
|