@shaaditech/react-cc-validator
Version:
Credit/Debit card number validation library with input formatting
53 lines (52 loc) • 1.48 kB
JSON
{
"name": "@shaaditech/react-cc-validator",
"version": "0.0.1",
"description": "Credit/Debit card number validation library with input formatting",
"main": "build/CardNumberValidator.js",
"repository": "https://github.com/phenax/react-cc-validator",
"author": "Akshay Nair<akshay.n@peopleinteractive.in>",
"license": "MIT",
"keywords": [
"react",
"cc",
"credit",
"debit",
"card",
"validation"
],
"scripts": {
"test": "jest",
"test:ci": "jest --coverage && codecov",
"start": "serve",
"prepublish": "yarn build && yarn build:example",
"build": "babel src -d build --copy-files",
"build:example": "webpack"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"codecov": "^3.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"jest": "^22.4.3",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"serve": "^6.5.6",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.15"
},
"dependencies": {
"@shaaditech/cc-number-formatter": "^0.0.1",
"card-validator": "^4.3.0",
"prop-types": "^15.6.1"
}
}