{
  "name": "material-ui-colors",
  "version": "1.0.0",
  "description": "Import material ui colors to your js project",
  "main": "dist/index.js",
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "commit": "git-cz",
    "test": "mocha src/index.test.js -w --compilers js:@babel/register",
    "test:single": "mocha src/index.test.js --compilers js:@babel/register",
    "prebuild": "rimraf dist",
    "build": "npm-run-all --parallel build:*",
    "build:main": "babel --copy-files --out-dir dist --ignore *.test.js src",
    "build:umd": "webpack --output-filename index.umd.js",
    "build:umd.min": "webpack --output-filename index.umd.min.js -p",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gaithoben/material-ui-colors.git"
  },
  "keywords": [
    "material-ui-colors",
    "material ui",
    "colors"
  ],
  "author": "Bernard Gaitho <gaithoben@gmail.com> (http://github.com/gaithoben)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gaithoben/material-ui-colors/issues"
  },
  "homepage": "https://github.com/gaithoben/material-ui-colors#readme",
  "dependencies": {},
  "devDependencies": {
    "@babel/cli": "7.2.0",
    "@babel/core": "7.2.0",
    "@babel/node": "7.2.0",
    "@babel/plugin-transform-object-assign": "7.2.0",
    "@babel/plugin-transform-runtime": "7.2.0",
    "@babel/preset-env": "7.2.0",
    "@babel/register": "7.0.0",
    "babel-core": "7.0.0-bridge.0",
    "babel-loader": "8.0.5",
    "chai": "4.1.2",
    "ghooks": "2.0.2",
    "json-loader": "0.5.7",
    "mocha": "4.0.1",
    "npm-run-all": "4.1.2",
    "rimraf": "2.6.2",
    "semantic-release": "^15.13.3",
    "webpack": "3.10.0"
  },
  "config": {
    "commitizen": {
      "path": "cz-conventional-changelog"
    },
    "ghooks": {
      "pre-commit": "npm run test:single"
    }
  },
  "babel": {
    "presets": [
      "@babel/env"
    ]
  }
}
