{
  "name": "circl-design-components",
  "version": "0.0.1",
  "description": "The sets of UI Components for the CIRCL design System",
  "author": "CIRCL",
  "homepage": "https://github.com/circl-tyo/circl-ui-library#readme",
  "license": "MIT",
  "main": "src/js/modules.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/circl-tyo/circl-ui-library.git"
  },
  "scripts": {
    "test": "rm -rf coverage && karma start --singleRun"
  },
  "dependencies": {
    "@circl-ui-library/grid": "^0.0.1",
    "@circl-ui-library/icons": "^0.0.1",
    "@circl-ui-library/motion": "^0.0.1",
    "@circl-ui-library/theme": "^0.0.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-preset-env": "^1.6.1",
    "istanbul-instrumenter-loader": "^3.0.1",
    "karma": "^4.1.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^2.0.5",
    "karma-html2js-preprocessor": "^1.1.0",
    "karma-jasmine": "^2.0.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.32",
    "karma-webpack": "^3.0.5",
    "webpack": "^3.8.1"
  },
  "bundledDependencies": [
    "@circl-ui-library/grid",
    "@circl-ui-library/icons",
    "@circl-ui-library/motion",
    "@circl-ui-library/theme"
  ],
  "publishConfig": {
    "access": "public"
  }
}
