diff options
Diffstat (limited to 'node_modules/global/README.md')
-rw-r--r-- | node_modules/global/README.md | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/node_modules/global/README.md b/node_modules/global/README.md new file mode 100644 index 000000000..289d305f0 --- /dev/null +++ b/node_modules/global/README.md @@ -0,0 +1,30 @@ +# global + +<!-- [![build status][1]][2] + +[![browser support][3]][4] --> + +Require global variables + +## Example + +```js +var global = require("global") +var document = require("global/document") +var window = require("global/window") +``` + +## Installation + +`npm install global` + +## Contributors + + - Raynos + +## MIT Licenced + + [1]: https://secure.travis-ci.org/Colingo/global.png + [2]: http://travis-ci.org/Colingo/global + [3]: http://ci.testling.com/Colingo/global.png + [4]: http://ci.testling.com/Colingo/global |