regexpvalidator
Version:
Validation for String, numbers and objects in javascript
37 lines (36 loc) • 890 B
JSON
{
"name": "regexpvalidator",
"version": "1.0.9",
"description": "Validation for String, numbers and objects in javascript",
"main": "dist/index.js",
"scripts": {
"build":"webpack",
"test": "mocha tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pratyushj/RegExpValidation.git"
},
"keywords": [
"Validations",
"RegExp",
"Regular Expressions",
"JavaScript"
],
"author": "Pratyush Kumar",
"license": "MIT",
"bugs": {
"url": "https://github.com/pratyushj/RegExpValidation/issues"
},
"homepage": "https://github.com/pratyushj/RegExpValidation#readme",
"devDependencies":{
"mocha":"2.4.5",
"chai":"3.5.0",
"webpack":"1.12.14",
"babel-eslint": "^5.0.0-beta4",
"babel-core":"^6.2.0",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.0.0",
"eslint-loader": "^1.1.0"
}
}