Files
biomedjs/node_modules/validator/bower.json

20 lines
385 B
JSON
Raw Permalink Normal View History

2015-12-16 09:12:35 -08:00
{
"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"
]
}