{
  "name": "yut",
  "version": "1.0.17",
  "description": "A light web client app js framework, that based on OOP. You can say it's writed for C++ programmer.",
  "main": "./release/yut.js",
  "scripts": {
    "watch": "webpack --progress --colors --watch --config webpack.dev.js",
    "dev": "webpack --config webpack.dev.js",
    "build": "webpack --progress --config webpack.prod.rel.js"
  },
  "keywords": [
    "yut",
    "framework",
    "oop"
  ],
  "author": {
    "name": "Yang Yutong",
    "email": "70248717@qq.com"
  },
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/cmajor-cd/yut"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-preset-env": "^1.7.0",
    "clean-webpack-plugin": "^2.0.2",
    "copy-webpack-plugin": "^5.1.1",
    "webpack": "^4.25.1",
    "webpack-cli": "^3.1.2",
    "webpack-merge": "^4.2.1"
  }
}
