{ "name": "payment", "version": "2.2.1", "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/*.coffee", "build": "NODE_ENV=production webpack", "development": "coffee -o lib/ --compile --watch ./src/*.coffee", "preversion": "npm run test", "prepublish": "NODE_ENV=production npm run compile", "postpublish": "git push origin master && git push --tags", "test": "karma start --single-run --browsers PhantomJS" }, "devDependencies": { "browserify": "~13.0.1", "coffee-loader": "^0.7.2", "coffee-script": "~1.10", "jsdom": "~9.2", "json-loader": "^0.5.4", "karma": "^0.13.22", "karma-chai": "^0.1.0", "karma-chai-plugins": "^0.7.0", "karma-chrome-launcher": "^0.2.3", "karma-coverage": "^0.5.5", "karma-mocha": "^0.2.2", "karma-phantomjs-launcher": "^1.0.0", "karma-sinon": "^1.0.4", "karma-sourcemap-loader": "^0.3.7", "karma-webpack": "^1.7.0", "mocha": "~2.5", "mocha-webpack": "^0.4.0", "mversion": "^1.10.1", "nodemon": "~1.9.2", "phantomjs-prebuilt": "^2.1.7", "run-sequence": "~1.2.1", "tiny-lr": "0.2.1", "vinyl-source-stream": "~1.1.0", "webpack": "^1.13.1" }, "dependencies": { "qj": "~2.0.0" } }