{
  "name": "carbon-components",
  "description": "Carbon Components is a component library for IBM Cloud",
  "homepage": "http://carbondesignsystem.com/",
  "version": "8.11.1",
  "module": "es/index.js",
  "main": "umd/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/carbon-design-system/carbon-components.git"
  },
  "bugs": {
    "url": "https://github.com/carbon-design-system/carbon-components/issues"
  },
  "keywords": [
    "carbon",
    "component",
    "components",
    "css",
    "html",
    "ibm",
    "javascript",
    "js",
    "library",
    "pattern",
    "patterns",
    "sass",
    "scss",
    "style guide",
    "eyeglass-module"
  ],
  "engines": {
    "node": ">=6.x"
  },
  "dependencies": {
    "carbon-icons": "^6.0.4",
    "flatpickr": "2.6.3",
    "lodash.debounce": "^4.0.8",
    "warning": "^3.0.0"
  },
  "devDependencies": {
    "@frctl/fractal": "^1.1.0",
    "adaro": "1.0.4",
    "babel-core": "^6.22.0",
    "babel-eslint": "^7.0.0",
    "babel-loader": "^7.1.0",
    "babel-plugin-dev-expression": "^0.2.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-istanbul": "^3.0.0",
    "babel-plugin-rewire": "^1.1.0",
    "babel-plugin-transform-class-properties": "^6.22.0",
    "babel-plugin-transform-es2015-modules-umd": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-plugin-transform-runtime": "^6.22.0",
    "babel-preset-env": "^1.0.0",
    "babel-preset-react": "^6.24.0",
    "babel-runtime": "^6.22.0",
    "bluebird": "~3.1.1",
    "browser-sync": "~2.10.0",
    "carbon-addons-cloud": "^1.1.0",
    "carbon-components-react": "^5.8.0",
    "classnames": "^2.2.0",
    "commander": "^2.13.0",
    "core-js": "^2.4.0",
    "custom-event": "^1.0.0",
    "cz-conventional-changelog": "^1.2.0",
    "del": "~2.0.2",
    "diff": "^3.4.0",
    "eslint": "^3.0.0",
    "eslint-config-airbnb": "^11.0.0",
    "eslint-config-airbnb-base": "^11.0.0",
    "eslint-config-carbon": "^1.0.0",
    "eslint-config-carbon-base": "^1.0.1",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^2.0.0",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.5.0",
    "express": "4.16.2",
    "globby": "4.0.0",
    "gulp": "~3.9.0",
    "gulp-autoprefixer": "~3.0.1",
    "gulp-axe-webdriver": "^1.4.0",
    "gulp-babel": "^6.1.2",
    "gulp-eslint": "^3.0.0",
    "gulp-jsdoc3": "^0.2.1",
    "gulp-nodemon": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "2.3.1",
    "gulp-sass-lint": "~1.1.1",
    "gulp-sourcemaps": "~1.6.0",
    "gulp-uglify": "^2.1.2",
    "gulp-util": "~3.0.7",
    "html-loader": "^0.5.0",
    "husky": "^0.12.0",
    "jasmine-core": "^2.9.0",
    "karma": "^2.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage": "^1.1.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-ie-launcher": "^1.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-safari-launcher": "^1.0.0",
    "karma-sourcemap-loader": "~0.3.7",
    "karma-spec-reporter": "0.0.32",
    "karma-webpack": "^2.0.0",
    "lolex": "1.4.0",
    "markdown-it": "^8.4.0",
    "merge-stream": "^1.0.0",
    "minimatch": "^3.0.0",
    "mock-raf": "^1.0.0",
    "nodemon": "1.9.1",
    "prettier": "^1.7.0",
    "prop-types": "^15.6.0",
    "pump": "^1.0.2",
    "react": "^16.2.0",
    "react-copy-to-clipboard": "^5.0.0",
    "react-dom": "^16.2.0",
    "react-ga": "^2.4.0",
    "rollup": "^0.49.0",
    "rollup-plugin-babel": "^3.0.0",
    "rollup-plugin-commonjs": "^8.2.0",
    "rollup-plugin-filesize": "^1.2.1",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-uglify": "^2.0.0",
    "scss-to-json": "1.1.0",
    "semantic-release": "^6.3.2",
    "validate-commit-msg": "^2.8.2",
    "vinyl-named": "^1.1.0",
    "webpack": "^3.10.0",
    "webpack-dev-middleware": "^2.0.0",
    "webpack-hot-middleware": "^2.21.0"
  },
  "files": [
    "css/**/*",
    "es/**/*",
    "html/**/*",
    "scripts/**/*",
    "scss/**/*",
    "src/**/*",
    "umd/**/*"
  ],
  "scripts": {
    "build": "gulp build",
    "build-dev": "gulp build:dev",
    "commitmsg": "validate-commit-msg",
    "dev": "gulp serve",
    "lint": "gulp lint",
    "prebuild": "gulp clean",
    "prepublishOnly": "npm run build",
    "start": "node server.js",
    "test": "gulp test",
    "test:unit": "gulp test:unit",
    "test:a11y": "gulp test:a11y",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "license": "Apache-2",
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "validate-commit-msg": {
      "maxSubjectLength": 100,
      "subjectPattern": ".+",
      "subjectPatternErrorMsg": "Subject does not match subject pattern!",
      "types": [
        "chore",
        "docs",
        "feat",
        "fix",
        "perf",
        "refactor",
        "revert",
        "style",
        "test"
      ],
      "warnOnFail": false
    }
  },
  "maintainers": [
    {
      "name": "Brian Han",
      "email": "bthan@us.ibm.com"
    },
    {
      "name": "Mari Johannessen",
      "email": "mjohannessen@us.ibm.com"
    },
    {
      "name": "TJ Egan",
      "email": "twegan@us.ibm.com"
    },
    {
      "name": "Ian Fleming",
      "email": "ianfleming@us.ibm.com"
    },
    {
      "name": "Akira Sudoh",
      "email": "asudoh@jp.ibm.com"
    },
    {
      "name": "Chris Dhanaraj",
      "email": "chrisdhanaraj@us.ibm.com"
    }
  ],
  "eyeglass": {
    "sassDir": "scss",
    "exports": false,
    "name": "carbon-components",
    "needs": "^1.2.1"
  }
}