{
  "name": "css-toolkit-form",
  "description": "Form module for CSS Toolkit",
  "version": "0.9.5",
  "style": "index.css",
  "devDependencies": {
    "autoprefixer": "^6.3.1",
    "postcss": "^5.0.14",
    "postcss-calc": "^5.2.0",
    "postcss-cli": "^2.5.0",
    "postcss-custom-media": "^5.0.1",
    "postcss-custom-properties": "^5.0.0",
    "postcss-custom-selectors": "^3.0.0",
    "postcss-import": "^8.0.2",
    "postcss-reporter": "^1.3.1",
    "stylelint": "^4.4.0",
    "stylelint-config-standard": "^3.0.0"
  },
  "scripts": {
    "build": "postcss -c postcss.config.js",
    "lint": "stylelint lib/*.css || true",
    "setup": "npm install && mkdir -p build",
    "start": "postcss -c postcss.config.js -w"
  },
  "license": "MIT",
  "keywords": [
    "css",
    "style",
    "CSS Toolkit",
    "CSS Toolkit Addon"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/adsric/css-toolkit-addons.git"
  },
  "bugs": {
    "url": "https://github.com/adsric/css-toolkit-addons/issues"
  }
}
