Pathologic was missing because of a .git folder inside.
[yaffs-website] / node_modules / global / README.md
1 # global
2
3 <!-- [![build status][1]][2]
4
5 [![browser support][3]][4] -->
6
7 Require global variables
8
9 ## Example
10
11 ```js
12 var global = require("global")
13 var document = require("global/document")
14 var window = require("global/window")
15 ```
16
17 ## Installation
18
19 `npm install global`
20
21 ## Contributors
22
23  - Raynos
24
25 ## MIT Licenced
26
27   [1]: https://secure.travis-ci.org/Colingo/global.png
28   [2]: http://travis-ci.org/Colingo/global
29   [3]: http://ci.testling.com/Colingo/global.png
30   [4]: http://ci.testling.com/Colingo/global