{ "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 (http://n8.io/)", "license": "MIT", "devDependencies": { "mocha": "*" }, "component": { "scripts": { "global/index.js": "index.js" } }, "registry": "github" }