{
  "name": "@emeks/antd-custom-theme-generator",
  "version": "0.2.1",
  "peerDependencies": {
    "antd": "^4.3.5"
  },
  "dependencies": {
    "less": "3.11.3",
    "minimist": "1.2.5",
    "node-watch": "0.7.1"
  },
  "bin": {
    "generate-theme": "index.js"
  },
  "scripts": {
    "test": "echo \"No test specified\""
  },
  "description": "A simple way to create an antd theme css file with zero configuration.",
  "main": "index.js",
  "devDependencies": {},
  "repository": {
    "type": "git",
    "url": "git+https://github.com/emeks-studio/antd-custom-theme-generator.git"
  },
  "keywords": [
    "javascript",
    "react",
    "antd"
  ],
  "author": "granujas",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/emeks-studio/antd-custom-theme-generator/issues"
  },
  "homepage": "https://github.com/emeks-studio/antd-custom-theme-generator#readme"
}
