UNPKG

window-var

Version:

Acquires global `window` var in a browserify-compatible way.

74 lines (73 loc) 1.54 kB
{ "license": "MIT", "version": "1.0.11", "author": { "name": "Jason Caldwell", "twitter": "jaswrks", "url": "https://jaswrks.com" }, "organization": { "name": "‹src.works/›", "twitter": "_src_works", "url": "https://src.works" }, "contributors": [ { "name": "‹src.works/›", "twitter": "_src_works", "url": "https://src.works" }, { "name": "Jason Caldwell", "twitter": "jaswrks", "url": "https://jaswrks.com" } ], "name": "window-var", "repository": "src-works/window-var", "homepage": "https://github.com/src-works/window-var", "bugs": "https://github.com/src-works/window-var/issues", "title": "Window Var", "description": "Acquires global `window` var in a browserify-compatible way.", "keywords": [ "window", "var", "variable", "document", "global" ], "suggestDev": false, "preferGlobal": false, "scripts": { "test": "gulp build && gulp test" }, "main": "./src/scripts/js/index.js", "types": "./dist/scripts/ts/types/index.d.ts", "browserDeps": [], "browser": "", "gulp": { "buildCommands": [], "campaign": { "type": "donate", "payUrl": "", "pwycUrl": "", "bonusFeatures": {} }, "loadVars": {}, "vars": {} }, "cpu": [ "!ia32" ], "engines": { "node": ">=6.10.3", "npm": ">=3.10.10" }, "dependencies": {}, "devDependencies": { "@src-works/npm-ts-gulp": "^1.0.56" }, "greenkeeper": { "ignore": [] } }