{
  "name": "carbon-fields",
  "version": "1.6.0",
  "description": "WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options, navigation menus and more.",
  "main": "index.js",
  "directories": {
    "test": "tests"
  },
  "bin": {
    "postcss": "node_modules/.bin/postcss"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postcss": "postcss -c postcss.config.js -w"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/htmlburger/carbon-fields.git"
  },
  "keywords": [
    "custom",
    "fields"
  ],
  "author": "htmlburger",
  "license": "GPL-2.0",
  "bugs": {
    "url": "https://github.com/htmlburger/carbon-fields/issues"
  },
  "homepage": "https://github.com/htmlburger/carbon-fields#readme",
  "devDependencies": {
    "autoprefixer": "^6.5.2",
    "cssnano": "^3.8.0",
    "postcss-cli": "^2.6.0",
    "postcss-import": "^8.1.3",
    "postcss-simple-vars": "^3.0.0"
  }
}
