checkmate
Version:
lightweight data validation helper
42 lines (41 loc) • 922 B
JSON
{
"name": "checkmate",
"version": "0.4.0",
"description": "lightweight data validation helper",
"main": "dist/index.js",
"scripts": {
"prepublish": "npm run build",
"build": "babel index.js -o dist/index.js",
"test": "jest"
},
"keywords": [
"validation",
"checkmate",
"form",
"input"
],
"repository": {
"type": "git",
"url": "git@github.com:ArnaudRinquin/checkmate.git"
},
"author": {
"name": "Arnaud Rinquin",
"email": "rinquin.arnaud@gmail.com",
"url": "http://github.com/ArnaudRinquin"
},
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"jest": "^18.1.0"
},
"bugs": {
"url": "https://github.com/ArnaudRinquin/checkmate/issues"
},
"jest": {
"testPathIgnorePatterns": [
"/examples/"
]
},
"homepage": "https://github.com/ArnaudRinquin/checkmate#readme"
}