UNPKG

npm-require

Version:

synchronous global require function for the browser to load commonjs modules from a (relative) path, a URL or npm

45 lines (44 loc) 987 B
{ "name": "npm-require", "version": "1.3.0", "description": "synchronous global require function for the browser to load commonjs modules from a (relative) path, a URL or npm", "main": "src/npm-require.js", "scripts": { "start": "budo . --ssl --live --open", "//": "# is this enough? serve-https . -p 1443" }, "repository": { "type": "git", "url": "git+https://github.com/serapath/npm-require.git" }, "keywords": [ "npm", "install", "require", "browser", "browserify", "package.json", "browser-cdn", "browserify-cdn", "wzrd", "wzrd.in", "unpkg", "unpkg.com", "module loader", "module", "loader", "cjs", "commonjs", "import", "modules" ], "author": "@serapath", "license": "MIT", "bugs": { "url": "https://github.com/serapath/npm-require/issues" }, "homepage": "https://github.com/serapath/npm-require#readme", "devDependencies": { "budo": "^11.4.1" } }