Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "card", | ||
"version": "0.1.4", | ||
"homepage": "https://github.com/jessepollak/card", | ||
@@ -10,4 +9,3 @@ "authors": [ | ||
"main": [ | ||
"lib/js/card.js", | ||
"lib/css/card.css" | ||
"lib/js/card.js" | ||
], | ||
@@ -14,0 +12,0 @@ "keywords": [ |
{ | ||
"name": "card", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"author": "Jesse Pollak <jpollak92@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Card lets you add an interactive, CSS3 credit card animation to your credit card form to help your users through the process.", |
@@ -73,2 +73,5 @@ # Card - check out the **[demo](https://jessepollak.github.io/card)** | ||
```html | ||
<html> | ||
<body> | ||
<div class='card-wrapper'></div> | ||
<script src="/path/to/card.js"></script> | ||
@@ -92,2 +95,4 @@ <form> | ||
</script> | ||
</body> | ||
</html> | ||
``` | ||
@@ -100,2 +105,5 @@ | ||
```html | ||
<html> | ||
<body> | ||
<div class='card-wrapper'></div> | ||
<script src="/path/to/card.js"></script> | ||
@@ -124,2 +132,4 @@ <form> | ||
</script> | ||
</body> | ||
</html> | ||
``` | ||
@@ -132,2 +142,5 @@ | ||
```html | ||
<html> | ||
<body> | ||
<div class='card-wrapper'></div> | ||
<script src="/path/to/card.js"></script> | ||
@@ -154,2 +167,4 @@ <form> | ||
</script> | ||
</body> | ||
</html> | ||
``` | ||
@@ -178,3 +193,9 @@ | ||
``` | ||
## Using with Ember.js or Angular.js | ||
Card has wrappers if you want to use it with Ember.js or Angular.js. | ||
[angular-card](https://github.com/gavruk/angular-card) by gavruk | ||
[ember-credit-card](https://github.com/esbanarango/ember-credit-card) by esbanarango | ||
## Development | ||
@@ -206,2 +227,3 @@ | ||
* [Boligninja](http://www.boligninja.dk) | ||
* [EasyCarros](http://www.easycarros.com/) | ||
@@ -208,0 +230,0 @@ Are you using Card in production? If so, we'd love to link to you from this page. Open a PR or drop [@jessepollak](http://twitter.com/jessepollak) a line on [Twitter](http://twitter.com/jessepollak) and we'll add you right away! |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1718967
227
4504