{
  "name": "payment",
  "version": "2.4.7",
  "description": "A general purpose library for building credit card forms, validating inputs and formatting numbers. Base on jquery.payment by @stripe, but without the jQuery.",
  "keywords": [
    "payment",
    "cc",
    "card"
  ],
  "author": "Jesse Pollak",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jessepollak/payment.git"
  },
  "main": "lib/index.js",
  "scripts": {
    "compile": "coffee -o lib/ --compile ./src/index.coffee",
    "build": "cross-env NODE_ENV=production webpack",
    "development": "coffee -o lib/ --compile --watch ./src/index.coffee",
    "preversion": "npm run test",
    "prepare": "cross-env NODE_ENV=production npm run compile",
    "postpublish": "git push origin master && git push --tags",
    "test": "karma start --single-run --browsers PhantomJS"
  },
  "devDependencies": {
    "browserify": "~17.0.0",
    "coffee-loader": "^0.7.2",
    "coffee-script": "1.12.7",
    "cross-env": "^7.0.3",
    "jsdom": "16.6.0",
    "json-loader": "^0.5.7",
    "karma": "^5.2.3",
    "karma-chai": "^0.1.0",
    "karma-chai-plugins": "^0.9.0",
    "karma-chrome-launcher": "^3.2.0",
    "karma-coverage": "^2.2.1",
    "karma-es6-shim": "^1.0.0",
    "karma-mocha": "^2.0.1",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon": "^1.0.5",
    "karma-sourcemap-loader": "^0.4.0",
    "karma-webpack": "^4.0.2",
    "mocha": "^8.2.1",
    "mocha-webpack": "^1.1.0",
    "mversion": "^2.0.1",
    "nodemon": "^2.0.6",
    "phantomjs-prebuilt": "^2.1.16",
    "run-sequence": "~2.2.1",
    "tiny-lr": "^2.0.0",
    "vinyl-source-stream": "~2.0.0",
    "webpack": "^4.46.0",
    "webpack-cli": "^4.7.0"
  },
  "dependencies": {
    "globalthis": "^1.0.4",
    "qj": "~2.0.0"
  }
}
