{
  "name": "rsuite-theme",
  "version": "2.0.20",
  "description": "The suite theme for pagurian",
  "main": "main.js",
  "bin": {
    "rsuite-theme": "rsuite-theme.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rsuite/rsuite-theme.git"
  },
  "scripts": {
    "test": "npm run prepublish && rm -rf dist/test/ && node test.js",
    "build": "rm -rf lib && babel src/script --out-dir lib && babel src/bin --out-dir bin",
    "prepublish": "grunt && npm run build",
    "example": "npm run prepublish && node build-site-theme.js && grunt exampleSite"
  },
  "keywords": [
    "css",
    "bootstrap",
    "pagurian"
  ],
  "author": [
    {
      "name": "Godfery Yang",
      "email": "hiyangguo@qq.com",
      "url": "http://hiyangguo.github.io"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rsuite/rsuite-theme/issues"
  },
  "homepage": "https://github.com/rsuite/rsuite-theme",
  "dependencies": {
    "async": "^2.5.0",
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "fs-extra": "^0.30.0",
    "glob": "^7.0.6",
    "less": "^2.7.1",
    "q": "^1.4.1"
  },
  "devDependencies": {
    "babel-cli": "^6.14.0",
    "babel-preset-es2015": "^6.14.0",
    "grunt": "^1.0.1",
    "grunt-autoprefixer": "^3.0.4",
    "grunt-cli": "^1.2.0",
    "grunt-compile-handlebars": "^2.0.2",
    "grunt-contrib-clean": "^1.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-csslint": "^1.0.0",
    "grunt-contrib-cssmin": "^1.0.1",
    "grunt-contrib-less": "^1.3.0",
    "grunt-csscomb": "^3.1.0",
    "time-grunt": "^1.3.0"
  }
}
