This commit is contained in:
Dobie Wollert
2015-12-16 09:12:35 -08:00
parent f9c9672818
commit f94ca33b9e
805 changed files with 67409 additions and 24609 deletions

19
node_modules/validator/bower.json generated vendored Normal file
View File

@ -0,0 +1,19 @@
{
"name": "validator-js",
"main": "validator.js",
"homepage": "https://github.com/chriso/validator.js",
"authors": [
"Chris O'Hara <cohara87+gh@gmail.com>"
],
"description": "String validation and sanitization",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Makefile",
"package.json"
]
}