{
  "name": "global",
  "version": "2.0.1",
  "description": "Returns a reference to the `global` object",
  "main": "index.js",
  "scripts": {
    "test": "mocha --reporter spec test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/component/global.git"
  },
  "keywords": [
    "global"
  ],
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
  "license": "MIT",
  "devDependencies": {
    "mocha": "*"
  },
  "component": {
    "scripts": {
      "global/index.js": "index.js"
    }
  }
}
