{
  "name": "osc-style",
  "version": "1.2.2",
  "homepage": "https://tech.osci.kr/osc-style/",
  "description": "Open Source Consultion style",
  "keywords": [
    "color",
    "font",
    "style",
    "osc",
    "osc-style",
    "majac",
    "opensourceconsulting",
    "takhyun",
    "colorscheme",
    "SCSS",
    "Sass"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OpenSourceConsulting/osc-style.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node build/dev-server.js",
    "deploy": "gh-pages -d example/dist",
    "build": "node build/build.js"
  },
  "author": "TakHyun-Kang <azx1054@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "autoprefixer": "^7.1.6",
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.0.2",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.26.0",
    "base-href-webpack-plugin": "^2.0.0",
    "chalk": "^2.3.0",
    "connect-history-api-fallback": "^1.5.0",
    "copy-webpack-plugin": "^4.2.0",
    "css-loader": "^0.28.7",
    "eslint": "^4.11.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-friendly-formatter": "^3.0.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-html": "^4.0.0",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-standard": "^3.0.1",
    "eventsource-polyfill": "^0.9.6",
    "express": "^4.16.2",
    "extract-text-webpack-plugin": "^3.0.2",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "gh-pages": "^1.2.0",
    "html-webpack-externals-plugin": "^3.8.0",
    "html-webpack-plugin": "^2.30.1",
    "html-webpack-template-pug": "^1.1.1",
    "http-proxy-middleware": "^0.17.4",
    "node-sass": "^4.6.1",
    "opn": "^5.1.0",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
    "ora": "^1.3.0",
    "postcss-loader": "^2.0.8",
    "pug": "^2.0.0-rc.4",
    "pug-loader": "^2.3.0",
    "sass-loader": "^6.0.6",
    "semver": "^5.4.1",
    "shelljs": "^0.7.8",
    "style-loader": "^0.19.0",
    "url-loader": "^0.6.2",
    "webpack": "^3.8.1",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-hot-middleware": "^2.20.0",
    "webpack-merge": "^4.1.1"
  },
  "dependencies": {
    "bootstrap": "^4.0.0-beta.2",
    "highlight.js": "^9.12.0",
    "jquery": "^3.2.1",
    "popper.js": "^1.12.9",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5"
  },
  "engines": {
    "node": ">= 8.1.3",
    "npm": ">= 5.0.3"
  },
  "browserslist": [
    "> 1%",
    "last 2 versions",
    "not ie <= 8"
  ]
}
