2025-11-02 14:35:35 +03:00

27 lines
427 B
JSON

{
"name": "datepickk",
"description": "Flexbox/js datepicker",
"main": "src/js/datepickk.js",
"authors": [
"Carsten Jacobsen"
],
"license": "MIT",
"keywords": [
"datepicker",
"js",
"flexbox"
],
"moduleType": [
"amd",
"globals"
],
"homepage": "https://crsten.github.io/datepickk",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}