bower.json 605 Bytes
{
  "name": "card",
  "version": "0.0.2",
  "homepage": "https://github.com/jessepollak/card",
  "authors": [
    "Jesse Pollak <jpollak92@gmail.com>"
  ],
  "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": [
    "lib/js/card.js",
    "lib/css/card.css"
  ],
  "keywords": [
    "card",
    "credit",
    "card",
    "form"
  ],
  "dependencies": {
    "jquery": ">=1.5"
  },
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "example",
    "src",
    "test",
    "tests"
  ]
}