{ "name": "eslint-restricted-globals", "version": "0.1.1", "description": "A list of confusing globals that should be restricted to be used as globals", "main": "index.js", "scripts": { "test": "mocha" }, "repository": "doshisid/eslint-restricted-globals", "keywords": [ "eslint", "globals" ], "files": [ "index.js" ], "author": { "name": "Siddharth Doshi", "email": "sidoshi@mail.com" }, "license": "MIT", "devDependencies": { "mocha": "^3.4.1" } }