{
  "name": "conekta-card-tokenizer",
  "version": "1.0.1",
  "keywords": [
    "conekta",
    "credit card",
    "payment",
    "token"
  ],
  "author": {
    "name": "Conekta",
    "url": "https://conekta.io"
  },
  "homepage": "https://www.conekta.io",
  "bugs": {
    "url": "https://github.com/conekta/conekta.js/issues",
    "email": "soporte@conekta.io"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/conekta/conekta.js"
  },
  "scripts": {
    "test": "grunt jasmine"
  },
  "main": "./dist/conekta.js",
  "engines": {
    "node": ">=0.10.3"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-contrib-coffee": "^0.13.0",
    "grunt-contrib-concat": "^0.5.1",
    "grunt-contrib-copy": "^0.8.2",
    "grunt-contrib-jasmine": "^1.0.0",
    "grunt-contrib-uglify": "^0.10.0",
    "grunt-contrib-watch": "^0.6.1",
    "jasmine": "*",
    "jquery": "*",
    "jasmine-jquery": "*"
  }
}
