{
  "name": "vcl-input",
  "description": "Standard HTML form input controls",
  "version": "0.1.3",
  "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.1.0",
    "gulp-sourcemaps": "^2.6.0",
    "gulp-postcss": "^6.4.0",
    "autoprefixer": "^6.7.7",
    "normalize.css": "^6.0.0",
    "pre-commit": "^1.1.2",
    "vcl-build-demo": "^0.1.0",
    "vcl-default-theme": "^0.1.0",
    "vcl-default-theme-terms": "^0.1.0",
    "vcl-form": "^0.1.0",
    "vcl-form-control-label": "^0.1.0",
    "vcl-preprocessor": "^0.1.0",
    "vcl-typography": "^0.1.0"
  },
  "dependencies": {},
  "repository": {
    "type": "git",
    "url": "https://github.com/vcl/input.git"
  },
  "keywords": [
    "css",
    "vcl",
    "component",
    "input"
  ],
  "vcl": {
    "needs": [
      "theme"
    ],
    "provides": [
      "input"
    ],
    "categories": [
      {
        "title": "Form Controls",
        "itemPriority": 10,
        "priority": 70
      }
    ]
  }
}
