UNPKG

deumdify

Version:

Browserify plugin to expose a standalone bundle as a property of the global object

46 lines (45 loc) 1.02 kB
{ "name": "deumdify", "version": "1.2.8", "description": "Browserify plugin to expose a standalone bundle as a property of the global object", "keywords": [ "browserify-plugin", "browserify", "global", "plugin", "umd" ], "homepage": "https://github.com/primus/deumdify", "bugs": "https://github.com/primus/deumdify/issues", "license": "MIT", "author": "Luigi Pinca", "files": [ "index.js" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/primus/deumdify.git" }, "scripts": { "test": "c8 --reporter=html --reporter=text mocha" }, "dependencies": { "escodegen": "~2.0.0", "esprima": "~4.0.0", "estraverse": "~5.2.0", "through2": "~4.0.2" }, "devDependencies": { "browserify": "~17.0.0", "c8": "~7.3.5", "concat-stream": "~2.0.0", "coveralls": "~3.1.0", "jsdom": "~16.4.0", "mocha": "~8.2.0", "pre-commit": "~1.2.0" }, "peerDependencies": { "browserify": "9 - 17" } }