{
  "name": "vcl-toolbar",
  "description": "Horizontal bar which can contain navigation elements, buttons, form controls etc",
  "version": "0.1.1",
  "main": "package.json",
  "scripts": {
    "test": "VCL_NO_PIPE=1 vcl-preprocessor --verbose ./package.json ./build/test.css",
    "start": "node ./node_modules/gulp/bin/gulp dev"
  },
  "style": "index.styl",
  "author": {
    "name": "n-fuse GmbH",
    "email": "info@n-fuse.co",
    "url": "www.n-fuse.co"
  },
  "contributors": [
    {
      "name": "Thomas Hoppe",
      "email": "thomas.hoppe@n-fuse.co"
    }
  ],
  "license": "MIT",
  "devDependencies": {
    "gulp": "^3.9.0",
    "gulp-vcl-preprocessor": "^0.2.0",
    "normalize.css": "^7.0.0",
    "pre-commit": "^1.1.2",
    "vcl-build-demo": "^0.1.0",
    "vcl-button": "^0.1.0",
    "vcl-default-theme": "^0.1.0",
    "vcl-default-theme-terms": "^0.1.0",
    "vcl-embedded-input-button": "^0.1.0",
    "vcl-flex-layout": "^0.1.0",
    "vcl-font-awesome": "^0.1.0",
    "vcl-icogram": "^0.1.0",
    "vcl-icon": "^0.1.0",
    "vcl-input": "^0.1.0",
    "vcl-input-group": "^0.1.0",
    "vcl-logo": "^0.1.0",
    "vcl-loose-button-group": "^0.1.0",
    "vcl-navigation": "^0.1.0",
    "vcl-preprocessor": "^0.2.1",
    "vcl-responsive-image": "^0.1.0",
    "vcl-size-modulation": "^0.1.0",
    "vcl-typography": "^0.1.0"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/vcl/toolbar.git"
  },
  "keywords": [
    "css",
    "vcl",
    "component",
    "tool",
    "bar"
  ],
  "vcl": {
    "needs": [
      "theme"
    ],
    "provides": [],
    "categories": [
      {
        "title": "Navigations",
        "itemPriority": 30,
        "priority": 40
      }
    ]
  }
}
