mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
20 lines
385 B
JSON
20 lines
385 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|