diff --git a/README.md b/README.md index 798c27f70..2b801db7b 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,11 @@ Tests are using mocha, to run the tests use: $ npm test ``` +## Maintainers + +- [chriso](https://github.com/chriso) - **Chris O'Hara** (author) +- [profnandaa](https://github.com/profnandaa) - **Anthony Nandaa** + ## Reading Remember, validating can be troublesome sometimes. See [A list of articles about programming assumptions commonly made that aren't true](https://github.com/jameslk/awesome-falsehoods). diff --git a/package.json b/package.json index 72614189c..c66d9c0f2 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,12 @@ "assert" ], "author": "Chris O'Hara ", + "contributors": [ + { + "name": "Anthony Nandaa", + "url": "https://github.com/profnandaa" + } + ], "main": "index.js", "bugs": { "url": "https://github.com/chriso/validator.js/issues"