8000 Add a component json specification. · f2er/jquery.transit@06fbd5e · GitHub
[go: up one dir, main page]

Skip to content

Commit 06fbd5e

Browse files
committed
Add a component json specification.
1 parent b486ef9 commit 06fbd5e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

component.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "jquery.transit",
3+
"repo": "rstacruz/jquery.transit",
4+
"description": "Smooth CSS3 transitions and transformations for jQuery.",
5+
"version": "0.9.9",
6+
"keywords": ["css3", "animation", "transition"],
7+
"dependencies": {},
8+
"development": {},
9+
"license": "MIT",
10+
"scripts": [ "jquery.transit.js" ]
11+
}

0 commit comments

Comments
 (0)
0