require-polyfills
Version:
Collection of polyfils that load automatically using require-bundle-js by detecting what is missing in the browser.
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "require-polyfills",
"version": "1.0.1",
"description": "Collection of polyfils that load automatically using require-bundle-js by detecting what is missing in the browser.",
"keywords": [
"require-bundle",
"require-bundle-js",
"polyfill",
"js",
"IE"
],
"main": "dist/require-polyfills.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/fluidweb-co/require-polyfills.git"
},
"author": "Fluidweb.co",
"license": "MIT",
"bugs": {
"url": "https://github.com/fluidweb-co/require-polyfills/issues"
},
"homepage": "https://github.com/fluidweb-co/require-polyfills",
"devDependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"uglify-js": "^3.8.0"
},
"dependencies": {
"require-bundle-js": "^1.0.0"
}
}