{
  "name": "creditable",
  "version": "1.0.10",
  "description": "Utilities for working with credit card form input.",
  "main": "creditablecardtype.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/filamentgroup/creditable.git"
  },
  "author": "zachleat <zachleatherman@gmail.com> (http://zachleat.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/filamentgroup/creditable/issues"
  },
  "homepage": "https://github.com/filamentgroup/creditable#readme",
  "scripts": {
    "test": "./node_modules/.bin/grunt test"
  },
  "dependencies": {
    "shoestring": "^2.0.1"
  },
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-qunit": "^2.0.0",
    "qunitjs": "^2.0.1"
  }
}
