-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
37e7e04
commit 7226633
Showing
2 changed files
with
6 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,14 @@ | ||
{ | ||
"name": "card", | ||
"homepage": "https://github.com/jessepollak/card", | ||
"authors": [ | ||
"Jesse Pollak <[email protected]>" | ||
], | ||
"authors": ["Jesse Pollak <[email protected]>"], | ||
"description": "Card let's you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", | ||
"main": [ | ||
"dist/card.js" | ||
], | ||
"keywords": [ | ||
"card", | ||
"credit", | ||
"card", | ||
"form" | ||
], | ||
"main": ["dist/card.js"], | ||
"keywords": ["card", "credit", "card", "form"], | ||
"dependencies": { | ||
"jquery": ">=1.5" | ||
}, | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"example", | ||
"test", | ||
"tests" | ||
], | ||
"version": "2.4.0" | ||
"ignore": ["**/.*", "node_modules", "example", "test", "tests"], | ||
"version": "2.5.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "card", | ||
"version": "2.4.0", | ||
"version": "2.5.0", | ||
"author": "Jesse Pollak <[email protected]>", | ||
"description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", | ||
"main": "lib/card.js", | ||
|