{
  "name": "pimax-theme-chalk",
  "version": "0.0.10",
  "description": "Element component chalk theme.",
  "main": "lib/index.css",
  "style": "lib/index.css",
  "files": [
    "lib",
    "src"
  ],
  "scripts": {
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ElementUI/theme-chalk.git"
  },
  "keywords": [
    "element",
    "theme"
  ],
  "author": "yi.shyang@ele.me",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ElementUI/theme-chalk/issues"
  },
  "homepage": "https://github.com/ElementUI/theme-chalk#readme",
  "devDependencies": {
    "gulp": "^4",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-cssmin": "^0.1.7",
    "gulp-sass": "^3.1.0"
  },
  "browserslist": [
    "> 1%",
    "ie >= 9",
    "edge >= 15",
    "ie_mob >= 10",
    "ff >= 45",
    "chrome >= 45",
    "safari >= 7",
    "opera >= 23",
    "ios >= 7",
    "android >= 4",
    "bb >= 10"
  ]
}
