3 Validate.js provides a declarative way of validating javascript objects.
5 For documentation please see [validatejs.org/](http://validatejs.org/).
7 For issues and feature requests visit the [issue tracker](https://github.com/ansman/validate.js/issues).
12 * [node.js](https://nodejs.org/) - Will probably work with most versions
13 * [grunt-cli](http://gruntjs.com/using-the-cli)
16 1. `git clone git@github.com:ansman/validate.js.git`
21 This will build *validate.min.js*, *validate.min.map* and the *docs* folder.
23 ### Continuous testing
24 You can run continuous testing that runs the tests on file changes by running
25 `grunt watch` or simply `grunt`.
27 If you want to just run the tests once you can do that by running `grunt test`.
31 [![Build Status](https://travis-ci.org/ansman/validate.js.svg?branch=master)](https://travis-ci.org/ansman/validate.js)
32 [![Coverage Status](https://coveralls.io/repos/ansman/validate.js/badge.svg?branch=master)](https://coveralls.io/r/ansman/validate.js?branch=master)
36 Before opening a pull request please make sure your changes follow the
37 [contribution guidelines](https://github.com/ansman/validate.js/blob/master/CONTRIBUTING.md).
41 If your site, library or application uses validate.js and would like to be shown
42 here please feel free to email <a href="mailto:info@validatejs.org">info@validatejs.org</a>
43 with the name and optionally a URL to the project and it will be added here.