{
  "name": "@vcl/date-picker",
  "description": "Lets users pick dates and points in time comfortably",
  "version": "0.6.3",
  "main": "package.json",
  "scripts": {
    "test": "vcl-preprocessor ./index.sss ./build/test.css",
    "browsersync": "browser-sync start --server --files \"demo\" \"build\" --index \"/build/index.html\" ",
    "build-demo": "vcl-build-demo --watch --vcl-root=..",
    "start": "npm-run-all --parallel build-demo browsersync"
  },
  "style": "index.sss",
  "demoStyle": "demo.sss",
  "author": {
    "name": "n-fuse GmbH",
    "email": "info@n-fuse.co",
    "url": "https://www.n-fuse.co"
  },
  "contributors": [
    {
      "name": "Thomas Hoppe",
      "email": "thomas.hoppe@n-fuse.co"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "@vcl/build-demo": "^0.6.3",
    "@vcl/preprocessor": "^0.6.3",
    "browser-sync": "^2.26.3",
    "npm-run-all": "^4.1.5"
  },
  "dependencies": {
    "@vcl/theme": "^0.6.3"
  },
  "keywords": [
    "css",
    "vcl",
    "component",
    "date",
    "time",
    "picker"
  ],
  "vcl": {
    "categories": [
      {
        "title": "Form Controls",
        "itemPriority": 70,
        "priority": 70
      }
    ]
  },
  "gitHead": "ce76dfdbf729b9dd2d090c391d587dcf16825020"
}
