UNPKG

jb-time-picker

Version:
35 lines 726 B
{ "name": "jb-time-picker", "description": "time picker web component", "type": "module", "author": { "name": "mohammad javad bathaei", "email": "javadbat@gmail.com" }, "keywords": [ "jb", "jb-time-picker", "time picker", "clock", "time", "web component" ], "version": "2.3.1", "bugs": "https://github.com/javadbat/jb-time-picker/issues", "license": "MIT", "files": [ "LICENSE", "README.md", "lib/", "dist/" ], "main": "index.js", "types": "./dist/jb-time-picker.d.ts", "repository": { "type": "git", "url": "git@github.com:javadbat/jb-time-picker.git" }, "dependencies": { "jb-core":"0.14.0" } }