UNPKG

input-time-polyfill

Version:

Automatically adds timepickers to input[type=time] on IE and OS X Safari.

52 lines (51 loc) 1.33 kB
{ "name": "input-time-polyfill", "version": "1.0.7", "description": "Automatically adds timepickers to input[type=time] on IE and OS X Safari.", "main": "input-time-polyfill.dist.js", "contributors": [ { "name": "Pavanello Emanuele", "email": "pavanello.emanuele@gmail.com" } ], "repository": { "type": "git", "url": "git://github.com/epavanello/input-time-polyfill.git" }, "bugs": "https://github.com/epavanello/input-time-polyfill/issues", "keywords": [ "html5", "light", "lightweight", "input", "type", "time", "timepicker", "polyfill" ], "analyze": true, "license": "MIT", "devDependencies": { "@babel/plugin-proposal-object-rest-spread": "^7.13.8", "@babel/plugin-transform-modules-umd": "^7.13.0", "@babel/preset-env": "^7.13.10", "babel-loader": "^8.2.2", "css-loader": "^0.25.0", "eslint": "^3.7.1", "node-sass": "^5.0.0", "sass-loader": "^4.0.2", "style-loader": "^0.13.1", "webpack": "^1.13.2", "webpack-dev-server": "^1.16.2", "@babel/cli": "^7.13.10", "@babel/core": "^7.13.10", "core-js": "^3.9.1" }, "dependencies": {}, "scripts": { "start": "./node_modules/.bin/webpack-dev-server", "build": "./node_modules/.bin/webpack", "patch": "npm version patch" } }