Pull merge.
[yaffs-website] / node_modules / grunt-known-options / README.md
1 # grunt-known-options
2
3 These are the known options used in Grunt.
4
5 ## Installing
6
7 ```shell
8 npm install grunt-known-options --save
9 ```
10
11 ## Usage
12
13 ```js
14 var knownOptions = require('grunt-known-options');
15 // You now have an object of known Grunt options.
16 ```