Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
buu700 committed Feb 9, 2017
1 parent 54a2a79 commit abda17c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "textillate",
"version": "0.4.1",
"homepage": "https://github.com/jschr/textillate",
"authors": [
"Jordan Schroter <[email protected]>"
],
"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"
}
}

0 comments on commit abda17c

Please sign in to comment.